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),
|
port: +(process.env.VUE_PORT ?? 8080),
|
||||||
watch: {
|
watch: {
|
||||||
usePolling: true
|
usePolling: true
|
||||||
}
|
},
|
||||||
|
allowedHosts: ['.funkwhale.test']
|
||||||
},
|
},
|
||||||
resolve: {
|
resolve: {
|
||||||
alias: [
|
alias: [
|
||||||
|
|
Loading…
Reference in New Issue