Skip to content

Commit 001f679

Browse files
committed
fixup!
1 parent 1f2551f commit 001f679

2 files changed

Lines changed: 21 additions & 1 deletion

File tree

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
"watch": "node --watch packages/cli/bin/cli.mjs",
2424
"build:docs": "bash scripts/build-docs.sh",
2525
"build:beta": "bash scripts/build-beta.sh",
26-
"build": "node --run build:docs",
2726
"changeset": "changeset",
2827
"changeset:version": "changeset version",
2928
"release": "changeset publish"

wrangler.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)