im gonna kill myself you see
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
"main": "dist/main/index.js",
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
"build:main": "tsc --project tsconfig.main.json && tsc --project tsconfig.preload.json",
|
||||
"build:main": "npx tsc --project tsconfig.main.json && npx tsc --project tsconfig.preload.json",
|
||||
"build:renderer": "vite build",
|
||||
"build": "npm run build:main && npm run build:renderer",
|
||||
"electron:dev": "concurrently \"npm run dev\" \"wait-on http://localhost:5173 && cross-env NODE_ENV=development electron dist/main/index.js\"",
|
||||
|
||||
Reference in New Issue
Block a user