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
22 lines
244 B
YAML
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
|