From 6b6602a9c9c107ad5988dffa4fd5e8f7b24947b5 Mon Sep 17 00:00:00 2001 From: Igor Lobanov Date: Wed, 23 Nov 2022 14:53:48 +0100 Subject: [PATCH] npm run start:staging --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index c7da9869..b559979e 100644 --- a/package.json +++ b/package.json @@ -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"