We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bfa6b5 commit 4f77420Copy full SHA for 4f77420
packages/lix/docs/wrangler.json
@@ -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
+}
packages/lix/html-diff/wrangler.json
+ "name": "lix-html-diff",
+ "command": "pnpm --filter @lix-js/html-diff... build"
0 commit comments