You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: internal/documentation/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ The development server starts at `http://localhost:5173` with hot-reload for liv
22
22
|--------|---------|
23
23
|`start`| Starts the VitePress dev server and opens the browser automatically. This is the primary entry point for local documentation development. |
24
24
|`dev`| Starts the VitePress dev server without opening the browser. Useful in container/remote environments or when the browser is already open. |
25
-
|`preview`| Serves the production build output (`dist/`) locally on port 8080 for verifying the built site before deployment. Requires `build:vitepress` to have been run first. |
25
+
|`preview`| Serves the production build output (`dist/`) locally on port 8080 for verifying the built site before deployment. Requires `build:vitepress` to run first. |
0 commit comments