i figured it out

This commit is contained in:
Kebo Kitanari 2024-11-12 15:28:29 -06:00
parent 3155bdb135
commit 57a539a3df

View file

@ -4,7 +4,7 @@
"version": "0.0.1", "version": "0.0.1",
"scripts": { "scripts": {
"dev": "astro dev", "dev": "astro dev",
"start": "astro start -p 8080", "start": "export $(cat .env.runtime) && node ./dist/server/entry.mjs",
"build": "astro check && astro build", "build": "astro check && astro build",
"preview": "astro preview", "preview": "astro preview",
"astro": "astro" "astro": "astro"