diff options
| -rw-r--r-- | website/package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/website/package.json b/website/package.json index b2451c5..89cd757 100644 --- a/website/package.json +++ b/website/package.json @@ -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": { |
