npm run start:staging

This commit is contained in:
Igor Lobanov 2022-11-23 14:53:48 +01:00
parent 6e37701420
commit 6b6602a9c9

View File

@ -26,6 +26,7 @@
"server": "node server/server.mjs",
"start": "astro dev",
"start:local": "cross-env PUBLIC_API_URL=http://localhost:8080 astro dev",
"start:staging": "cross-env PUBLIC_API_URL=https://testapi.discours.io astro dev",
"typecheck": "astro check && tsc --noEmit",
"typecheck:watch": "tsc --noEmit --watch",
"vercel-build": "astro build"