Skip to content

Commit 6092636

Browse files
Merge branch 'main' into fix-use-submission-situation
2 parents 5db61a9 + b155357 commit 6092636

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:create-:content",
129+
create: "deno init --npm :content",
130130
},
131131
},
132132
},

0 commit comments

Comments
 (0)