fix: package.json not pointing to crrect file

This commit is contained in:
Florian Bouillon 2023-06-14 02:32:34 +02:00
parent ff138ea960
commit 70d52c096d

View File

@ -4,7 +4,7 @@
"version": "0.0.1", "version": "0.0.1",
"scripts": { "scripts": {
"dev": "astro dev", "dev": "astro dev",
"start": "astro dev", "start": "node ./dist/server/entry.mjs",
"build": "astro build", "build": "astro build",
"preview": "astro preview", "preview": "astro preview",
"astro": "astro" "astro": "astro"