Move to NextJS + other changes

This commit is contained in:
2025-08-25 01:00:52 -07:00
parent e8e9e4d312
commit 342f8101fe
44 changed files with 3265 additions and 1305 deletions

View File

@@ -5,9 +5,9 @@
"identifier": "xyz.lncvrt.berrydash-launcher",
"build": {
"beforeDevCommand": "yarn dev",
"devUrl": "http://localhost:1420",
"devUrl": "http://localhost:3000",
"beforeBuildCommand": "yarn build",
"frontendDist": "../dist"
"frontendDist": "../out"
},
"app": {
"withGlobalTauri": true,