build(workspace):

add root command for documentation development

Expose the Astro documentation development server through the root
workspace to simplify the local development workflow. Developers can
now start the documentation site without changing into the docs directory.

Fixes: #12
This commit is contained in:
2026-08-01 23:41:47 +02:00
parent 568bc3a98b
commit bb6009d26c
3 changed files with 4137 additions and 645 deletions
+1
View File
@@ -4,6 +4,7 @@
"description": "",
"main": "index.js",
"scripts": {
"docs": "pnpm --filter docs run dev",
"lint": "eslint .",
"format": "prettier --write .",
"changeset": "changeset",