Exposing fetch to functions and initial work on Electron
This commit is contained in:
+4
-1
@@ -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"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user