fix: move config to AppData to prevent settings loss on update, add config.dev.json for dev environment

This commit is contained in:
MasterAcnolo
2026-04-11 16:33:58 +02:00
parent 96401a6e1f
commit 9b4b0306c7
5 changed files with 36 additions and 23 deletions

View File

@@ -37,7 +37,8 @@
],
"files": [
"**/*",
"node_modules/**/*"
"node_modules/**/*",
"!config/config.dev.json"
],
"directories": {
"buildResources": "build"
@@ -77,8 +78,8 @@
"to": "binaries/deno.exe"
},
{
"from": "config/config.json",
"to": "config/config.json"
"from": "config/config.default.json",
"to": "config/config.default.json"
}
],
"win": {