Exposing fetch to functions and initial work on Electron

This commit is contained in:
Zef Hemel
2022-04-21 11:46:33 +02:00
parent dbdfc9d631
commit 32f3501773
33 changed files with 810 additions and 571 deletions
+4 -1
View File
@@ -40,7 +40,9 @@
"plugs/query/engine.test.ts",
"common/spaces/sync.test.ts"
],
"includeNodeModules": ["@codemirror/legacy-modes"],
"includeNodeModules": [
"@codemirror/legacy-modes"
],
"outputFormat": "commonjs",
"isLibrary": true,
"context": "node"
@@ -85,6 +87,7 @@
"react-dom": "^17.0.2",
"supertest": "^6.2.2",
"vm2": "^3.9.9",
"ws": "^8.5.0",
"yaml": "^1.10.2",
"yargs": "^17.3.1"
},