config error
This commit is contained in:
@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user