Skip to content

Commit d5f8397

Browse files
Merge branch 'main' into fix-typo-datamutation-codehighlight
2 parents 1f7f9b8 + 692fd78 commit d5f8397

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ export default defineConfig(
126126
"install-local": "deno i",
127127
run: "deno run :content",
128128
exec: "dpx :content",
129-
create: "deno run -A npm::content",
129+
create: "deno run -A npm:create-:content",
130130
},
131131
},
132132
},

0 commit comments

Comments
 (0)