npm run start:local fix

This commit is contained in:
Igor Lobanov 2022-11-23 12:45:52 +01:00
parent 3624004e03
commit b3c1ee664a

View File

@ -25,7 +25,7 @@
"preview": "astro preview",
"server": "node server/server.mjs",
"start": "astro dev",
"start:local": "cross-env PUBLIC_API_URL=http://localhost:8080 astro dev",
"start:local": "cross-env PUBLIC_API_URL=http://127.0.0.1:8080 astro dev",
"typecheck": "astro check && tsc --noEmit",
"typecheck:watch": "tsc --noEmit --watch",
"vercel-build": "astro build"