additions for elektron app and better sound

This commit is contained in:
vadimwit
2026-03-05 21:47:16 +00:00
parent 8a0f9f51fa
commit 10962077bf
8 changed files with 4752 additions and 502 deletions
+4 -3
View File
@@ -3,10 +3,11 @@ import react from '@vitejs/plugin-react'
export default defineConfig({
plugins: [react()],
base: './', // relative paths so Electron can load files from disk
server: {
port: 5173,
proxy: {
'/api': 'http://localhost:8000',
},
},
build: {
outDir: 'dist',
},
})