# Root reference only. API and web commands run from their workspace folders, # so copy the relevant values into apps/api/.env and apps/web/.env.local. PORT=4000 HOST=0.0.0.0 CORS_ORIGIN=http://localhost:5173,http://127.0.0.1:5173 VITE_API_BASE_URL=http://localhost:4000/api