Sound and more view controls
All checks were successful
Windows Release / build-windows (push) Successful in 2m46s

This commit is contained in:
2025-12-04 16:09:20 -05:00
parent 690015aa40
commit c708fedca3
6 changed files with 206 additions and 27 deletions

View File

@@ -5,6 +5,7 @@ export default defineConfig({
plugins: [react()],
root: '.',
base: './', // Use relative paths for Electron
publicDir: 'public',
build: {
outDir: 'dist/renderer',
emptyOutDir: true,