fix: add host 0.0.0.0 for local dev accessibility
This commit is contained in:
@@ -33,6 +33,7 @@ export default defineConfig({
|
||||
assets: '_assets',
|
||||
},
|
||||
server: {
|
||||
host: '0.0.0.0',
|
||||
port: 4321,
|
||||
},
|
||||
})
|
||||
Reference in New Issue
Block a user