Fixes syntax error in vite config
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
aarbit 2025-02-13 00:03:42 -06:00
parent 23cf41eea4
commit 61adf7de16

View File

@ -9,7 +9,7 @@ export default defineConfig({
port: 8084,
strictPort: true,
host: '0.0.0.0',
allowedHosts: 'matrix.halfbinary.net'
allowedHosts: ['matrix.halfbinary.net']
},
server: {
port: 8084,