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.
sveld
1 parent 12cb9d9 commit 6962332Copy full SHA for 6962332
scripts/build-docs.ts
@@ -2,7 +2,7 @@ import { Glob } from "bun";
2
import { sveld } from "sveld";
3
import pkg from "../package.json" with { type: "json" };
4
5
-sveld({
+await sveld({
6
glob: true,
7
markdown: true,
8
markdownOptions: {
0 commit comments