Explain how to use examples dev server

This commit is contained in:
JonnyBurger
2025-10-18 11:25:51 +02:00
parent 6d3af1b043
commit cdeeb6c6fa
+1 -1
View File
@@ -200,7 +200,7 @@ npm run lint # ESLint
npm run docs:generate # Generates API docs
npm run docs:dev # Start docs development server
npm run dev # Start examples development server
npm run dev # Start examples development server, will run at http://localhost:5173/examples/[name]/index.html
npm run docs:build # Build docs and examples
```