fix package.json?

This commit is contained in:
haetae 2025-12-01 12:54:32 -05:00
parent 3d30f55e72
commit 517ce87b60

View File

@ -4,7 +4,7 @@
"version": "0.0.1", "version": "0.0.1",
"scripts": { "scripts": {
"dev": "astro dev", "dev": "astro dev",
"build": "astro build", "build": "astro build --remote",
"preview": "astro preview", "preview": "astro preview",
"astro": "astro" "astro": "astro"
}, },