There was an error while loading. Please reload this page.
1 parent 1f2551f commit 001f679Copy full SHA for 001f679
2 files changed
package.json
@@ -23,7 +23,6 @@
23
"watch": "node --watch packages/cli/bin/cli.mjs",
24
"build:docs": "bash scripts/build-docs.sh",
25
"build:beta": "bash scripts/build-beta.sh",
26
- "build": "node --run build:docs",
27
"changeset": "changeset",
28
"changeset:version": "changeset version",
29
"release": "changeset publish"
wrangler.json
@@ -0,0 +1,21 @@
1
+{
2
+ "name": "doc-kit-beta",
3
+ "compatibility_date": "2026-05-01",
4
+ "build": {
5
+ "command": "node --run build:beta"
6
+ },
7
+ "assets": {
8
+ "directory": "./out",
9
+ "html_handling": "auto-trailing-slash",
10
+ "not_found_handling": "404-page"
11
12
+ "routes": [
13
+ {
14
+ "pattern": "beta.docs.nodejs.org",
15
+ "custom_domain": true
16
+ }
17
+ ],
18
+ "observability": {
19
+ "enabled": true
20
21
+}
0 commit comments