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:
Claude 2026-06-30 11:13:50 +00:00
parent 782e323742
commit a43c4488dd
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ export default defineConfig({
server: {
port: 3000,
open: true,
allowedHosts: 'all',
proxy: {
'/api': {
target: 'http://localhost:5001',