config error

This commit is contained in:
2025-07-08 15:08:41 +02:00
parent 3dcbbfd9c2
commit 9bf5d40171

View File

@ -5,9 +5,12 @@ export default defineConfig({
plugins: [react()],
base: './',
server: {
port: 3000
port: 3000,
host: '0.0.0.0'
},
preview: {
port: 4173,
host: '0.0.0.0',
allowedHosts: ['bitfielder.raphaelforment.fr']
},
worker: {