Files
LUNA-Charts/pnpm-workspace.yaml
T
Ninosaurier bb6009d26c 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
2026-08-01 23:41:47 +02:00

22 lines
244 B
YAML

packages:
- "packages/*"
- "docs/"
allowBuilds:
esbuild: true
sharp: true
onlyBuiltDependencies:
- playwright
supportedArchitectures:
os:
- current
- linux
cpu:
- current
- x64
libc:
- current
- glibc