added host
This commit is contained in:
parent
0234426529
commit
84b3ac3603
1 changed files with 1 additions and 0 deletions
|
|
@ -29,6 +29,7 @@ export default defineConfig({
|
|||
// secure: false
|
||||
// }
|
||||
// },
|
||||
allowedHosts: ['localhost', 'rocks.2many.ca'],
|
||||
host: '0.0.0.0', // Required for Docker
|
||||
port: 3000,
|
||||
watch: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue