added host

This commit is contained in:
2ManyProjects 2025-04-25 11:22:34 -05:00
parent 0234426529
commit 84b3ac3603

View file

@ -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: {