This commit is contained in:
Henry Jameson 2026-06-23 20:07:44 +03:00
commit cb20672f0b
2 changed files with 3 additions and 3 deletions

View file

@ -31,8 +31,7 @@ export default defineConfig({
timeout: 120_000,
env: {
...process.env,
PORT:
process.env.PORT || '8099',
PORT: process.env.PORT || '8099',
VITE_PROXY_TARGET:
process.env.VITE_PROXY_TARGET || 'http://localhost:4000',
VITE_PROXY_ORIGIN: