add allowedhost to vite config
This commit is contained in:
parent
567fbf356d
commit
669efff5b2
|
@ -65,7 +65,8 @@ export default defineConfig(({ mode }) => ({
|
|||
port: +(process.env.VUE_PORT ?? 8080),
|
||||
watch: {
|
||||
usePolling: true
|
||||
}
|
||||
},
|
||||
allowedHosts: ['.funkwhale.test']
|
||||
},
|
||||
resolve: {
|
||||
alias: [
|
||||
|
|
Loading…
Reference in New Issue