Skip to content

Commit 4f77420

Browse files
add wrangler files
1 parent 2bfa6b5 commit 4f77420

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

packages/lix/docs/wrangler.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"$schema": "https://unpkg.com/wrangler@latest/config-schema.json",
3+
"name": "lix-docs",
4+
"compatibility_date": "2025-11-23",
5+
"assets": {
6+
"directory": "./docs_build"
7+
},
8+
"build": {
9+
"command": "pnpm --filter @lix-js/docs... build"
10+
}
11+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"$schema": "https://unpkg.com/wrangler@latest/config-schema.json",
3+
"name": "lix-html-diff",
4+
"compatibility_date": "2025-11-23",
5+
"assets": {
6+
"directory": "./docs_build"
7+
},
8+
"build": {
9+
"command": "pnpm --filter @lix-js/html-diff... build"
10+
}
11+
}

0 commit comments

Comments
 (0)