summaryrefslogtreecommitdiff
path: root/docs/package.json
diff options
context:
space:
mode:
authorSho Sakuma <me@m1sk9.dev>2026-03-02 19:40:42 +0900
committerSho Sakuma <me@m1sk9.dev>2026-03-02 19:43:16 +0900
commit03cf3f80410b5c151bc6002ea148b527951eca03 (patch)
tree684ddeaa47157005517c7897f48ae6089c246a3b /docs/package.json
parent3e666790b175f8bcd52616562751fd6f1ed99735 (diff)
downloadLunaticChat-03cf3f80410b5c151bc6002ea148b527951eca03.tar.gz
LunaticChat-03cf3f80410b5c151bc6002ea148b527951eca03.tar.bz2
LunaticChat-03cf3f80410b5c151bc6002ea148b527951eca03.zip
chore: Replace Vitepress preview
Diffstat (limited to 'docs/package.json')
-rw-r--r--docs/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/package.json b/docs/package.json
index 85ebdde..4963eac 100644
--- a/docs/package.json
+++ b/docs/package.json
@@ -2,7 +2,7 @@
"scripts": {
"dev": "vitepress dev",
"build": "vitepress build",
- "preview": "wrangler dev",
+ "preview": "vitepress preview",
"format": "biome format --write .",
"format:check": "biome ci .",
"lint": "biome lint .",