Fixes syntax error in vite config
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
23cf41eea4
commit
61adf7de16
@ -9,7 +9,7 @@ export default defineConfig({
|
|||||||
port: 8084,
|
port: 8084,
|
||||||
strictPort: true,
|
strictPort: true,
|
||||||
host: '0.0.0.0',
|
host: '0.0.0.0',
|
||||||
allowedHosts: 'matrix.halfbinary.net'
|
allowedHosts: ['matrix.halfbinary.net']
|
||||||
},
|
},
|
||||||
server: {
|
server: {
|
||||||
port: 8084,
|
port: 8084,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user