fix: allow game.conlon.fun in vite dev server
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -7,7 +7,18 @@ export default defineConfig({
|
||||
'@dflike/shared': path.resolve(__dirname, '../shared/src'),
|
||||
},
|
||||
},
|
||||
build: {
|
||||
rollupOptions: {
|
||||
output: {
|
||||
manualChunks: {
|
||||
phaser: ['phaser'],
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
server: {
|
||||
port: 3000,
|
||||
host: true,
|
||||
allowedHosts: ['game.conlon.fun'],
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user