Switch to Vite for this, since it's one page and simple

This commit is contained in:
2026-02-17 14:40:37 -07:00
parent 4945b0513f
commit 5e94a8ac5f
24 changed files with 359 additions and 666 deletions

View File

@@ -4,10 +4,10 @@
"version": "1.0.4",
"identifier": "xyz.lncvrt.lncvrt-games-launcher-loader",
"build": {
"beforeDevCommand": "next dev",
"devUrl": "http://localhost:3000",
"beforeBuildCommand": "next build",
"frontendDist": "../out"
"beforeDevCommand": "bun run dev",
"devUrl": "http://localhost:5173",
"beforeBuildCommand": "bun run build",
"frontendDist": "../dist"
},
"app": {
"withGlobalTauri": true,