i figured it out
This commit is contained in:
parent
3155bdb135
commit
57a539a3df
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||||
|
|
Loading…
Add table
Reference in a new issue