diff options
| author | Sho Sakuma <me@m1sk9.dev> | 2026-03-02 19:40:42 +0900 |
|---|---|---|
| committer | Sho Sakuma <me@m1sk9.dev> | 2026-03-02 19:43:16 +0900 |
| commit | 03cf3f80410b5c151bc6002ea148b527951eca03 (patch) | |
| tree | 684ddeaa47157005517c7897f48ae6089c246a3b /docs/package.json | |
| parent | 3e666790b175f8bcd52616562751fd6f1ed99735 (diff) | |
| download | LunaticChat-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.json | 2 |
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 .", |
