feat: electron desktop packaging, CDN asset migration, production docs, scene JSON spec
This commit is contained in:
13
electron/package.json
Normal file
13
electron/package.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"name": "mygame-electron",
|
||||
"private": true,
|
||||
"version": "1.0.0",
|
||||
"main": "main.js",
|
||||
"scripts": {
|
||||
"start": "electron ."
|
||||
},
|
||||
"devDependencies": {
|
||||
"electron": "^30.0.0",
|
||||
"@electron/packager": "^18.0.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user