config error
This commit is contained in:
@ -5,9 +5,12 @@ export default defineConfig({
|
|||||||
plugins: [react()],
|
plugins: [react()],
|
||||||
base: './',
|
base: './',
|
||||||
server: {
|
server: {
|
||||||
port: 3000
|
port: 3000,
|
||||||
|
host: '0.0.0.0'
|
||||||
},
|
},
|
||||||
preview: {
|
preview: {
|
||||||
|
port: 4173,
|
||||||
|
host: '0.0.0.0',
|
||||||
allowedHosts: ['bitfielder.raphaelforment.fr']
|
allowedHosts: ['bitfielder.raphaelforment.fr']
|
||||||
},
|
},
|
||||||
worker: {
|
worker: {
|
||||||
|
|||||||
Reference in New Issue
Block a user