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 3552482 commit f876ff4Copy full SHA for f876ff4
docs/.config/automd.ts
@@ -1,4 +1,4 @@
1
-import { defineGenerator, type Config } from "../../src";
+import { defineGenerator, type Config } from "automd";
2
import { kebabCase } from "scule";
3
4
export default <Config>{
docs/bun.lockb
624 Bytes
docs/package.json
@@ -7,6 +7,7 @@
7
"build": "undocs build"
8
},
9
"devDependencies": {
10
+ "automd": "^0.3.2",
11
"undocs": "^0.2.6"
12
}
13
0 commit comments