add ipc and test app

This commit is contained in:
Anton Bracke
2022-02-17 19:48:08 +01:00
parent 31a0d7d452
commit a11d19a457
8 changed files with 91 additions and 12 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
"license": "SEE LICENSE IN LICENSE.txt",
"scripts": {
"tsc": "tsup-node ./src/main.ts",
"dev": "tsup-node ./src/main.ts --watch --onSuccess 'yarn electron dist/main.js'",
"dev": "tsup-node ./src/main.ts ./src/preload/index.ts --watch --onSuccess 'yarn electron dist/main.js'",
"prod": "tsc && node --max-old-space-size=4096 ./dist/server.js",
"runprod": "node --max-old-space-size=4096 ./dist/server.js",
"profile": "tsc && node --prof ./dist/server.js",