merging from sprint-jamguide-piano

This commit is contained in:
itsamejms
2026-07-13 21:49:45 +01:00
116 changed files with 27245 additions and 283 deletions
+3
View File
@@ -34,6 +34,9 @@ export default defineConfig({
],
base: './', // relative paths so Electron can load files from disk
server: {
// Explicit IPv4 bind: with plain `localhost`, node ≥17 can bind ::1 only,
// which browsers/wait-on may fail to reach (seen on Windows + node 24).
host: '127.0.0.1',
port: 5173,
},
build: {