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"