refactor: standardize README deployment instructions across examples

This commit is contained in:
Mauricio Siu
2025-02-23 19:33:33 -06:00
parent 60bc155ce6
commit f116faa9ff
11 changed files with 1386 additions and 1216 deletions

View File

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