Skip to content

Commit

Permalink
Huge changes - Renderer loading, better build script
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyza committed Oct 13, 2021
1 parent aa3b645 commit 1ccae24
Show file tree
Hide file tree
Showing 20 changed files with 163 additions and 334 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"main": "index.js",
"scripts": {
"build": "pnpx zx ./scripts/build.mjs",
"build-dev": "pnpx zx ./scripts/build.mjs --dev"
"build": "node ./scripts/build.mjs",
"build-dev": "node ./scripts/build.mjs --dev"
},
"devDependencies": {
"@swc/cli": "^0.1.49",
"@swc/core": "^1.2.85",
"@swc/cli": "^0.1.51",
"@swc/core": "^1.2.95",
"asar": "^3.1.0",
"electron": "^13.3.0",
"fs-extra": "^10.0.0",
"glob": "^7.2.0",
"zx": "^4.2.0"
"minimist": "^1.2.5"
}
}
Loading

0 comments on commit 1ccae24

Please sign in to comment.