add allowedhost to vite config

This commit is contained in:
Petitminion 2025-05-13 17:20:11 +02:00
parent 567fbf356d
commit 669efff5b2
1 changed files with 2 additions and 1 deletions

View File

@ -65,7 +65,8 @@ export default defineConfig(({ mode }) => ({
port: +(process.env.VUE_PORT ?? 8080),
watch: {
usePolling: true
}
},
allowedHosts: ['.funkwhale.test']
},
resolve: {
alias: [