This commit is contained in:
2025-07-13 15:59:09 +02:00
parent f8c3f17ab9
commit 019ee166bd
6 changed files with 5063 additions and 33 deletions

View File

@@ -38,16 +38,21 @@
"sirv-cli": "^1.0.0",
"source-map-support": "^0.5.19",
"three": "^0.128.0",
"ts-node": "^10.9.1",
"typescript": "^4.4.0-dev.20210525"
},
"build": {
"appId": "de.djledda.somaesque",
"copyright": "Copyright © 2021 Daniel Ledda",
"win": {
"target": ["portable"]
"target": [
"portable"
]
},
"linux": {
"target": ["AppImage"]
"target": [
"AppImage"
]
},
"icon": "./public/favicon.png",
"directories": {