🎨 Asset Manager Desktop App

This commit is contained in:
2026-01-05 23:47:37 +01:00
parent b0488a7bc1
commit 99f9aa063d
3 changed files with 207 additions and 1 deletions

View File

@@ -6,6 +6,7 @@
"license": "MIT",
"scripts": {
"start": "electron-forge start",
"asset-manager": "electron asset_manager_main.js",
"watch-maps": "node scripts/watch_map.js",
"build": "electron-builder --dir",
"build:win": "electron-builder --win portable",
@@ -53,4 +54,4 @@
"electron": "^39.2.7",
"electron-packager": "^17.1.2"
}
}
}