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:
+3
-1
@@ -1,8 +1,10 @@
|
||||
packages:
|
||||
- "packages/*"
|
||||
- "docs/"
|
||||
|
||||
allowBuilds:
|
||||
esbuild: false
|
||||
esbuild: true
|
||||
sharp: true
|
||||
|
||||
onlyBuiltDependencies:
|
||||
- playwright
|
||||
|
||||
Reference in New Issue
Block a user