adds astro sync to npm scripts

This commit is contained in:
2026-04-25 11:50:10 +01:00
parent 60f6f4cd80
commit fab6515531
+1
View File
@@ -5,6 +5,7 @@
"start": "astro build --remote && node ./dist/server/entry.mjs",
"build": "astro build --remote",
"preview": "astro preview",
"sync": "astro sync",
"astro": "astro"
},
"engines": {