Replace Database connection with web server API

This commit is contained in:
Geomitron
2020-05-03 16:36:08 -04:00
parent 0b4e50174d
commit a3271bf164
20 changed files with 190 additions and 293 deletions

2
src/typings.d.ts vendored
View File

@@ -6,7 +6,7 @@ interface NodeModule {
}
// @ts-ignore
declare let window: Window
// declare let window: Window
declare let $: any
interface Window {
process: any