From 57a539a3dfc7aa7a0c5218d41815a29d709aa59c Mon Sep 17 00:00:00 2001 From: Kebo Kitanari Date: Tue, 12 Nov 2024 15:28:29 -0600 Subject: [PATCH] i figured it out --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 179ab10..c26018b 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "version": "0.0.1", "scripts": { "dev": "astro dev", - "start": "astro start -p 8080", + "start": "export $(cat .env.runtime) && node ./dist/server/entry.mjs", "build": "astro check && astro build", "preview": "astro preview", "astro": "astro"