diff --git a/package.json b/package.json index ddee91b..fbc53c4 100644 --- a/package.json +++ b/package.json @@ -7,6 +7,7 @@ "dev": "astro dev --port 3030 --host 0.0.0.0", "build": "astro build", "preview": "astro preview", + "start": "node dist/server/entry.mjs", "clean": "rm -rf dist" }, "dependencies": {