fix: allow all hosts in Vite dev server for Railway deployment
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01EGuUFWsH7EH7kdCv5Lu6Mw
This commit is contained in:
parent
782e323742
commit
a43c4488dd
|
|
@ -14,6 +14,7 @@ export default defineConfig({
|
|||
server: {
|
||||
port: 3000,
|
||||
open: true,
|
||||
allowedHosts: 'all',
|
||||
proxy: {
|
||||
'/api': {
|
||||
target: 'http://localhost:5001',
|
||||
|
|
|
|||
Loading…
Reference in New Issue