add vite as a builder

This commit is contained in:
2025-05-30 12:30:29 +02:00
parent 11eb17773a
commit 3c9d382794
4 changed files with 33 additions and 0 deletions

6
vite.config.ts Normal file
View File

@@ -0,0 +1,6 @@
// vite.config.ts
import { defineConfig } from 'vite'
export default defineConfig({
base: '/audio-app/', // <- wichtig!
})