Skip to content

Commit b7f81cd

Browse files
committed
bun run
1 parent 087ad92 commit b7f81cd

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
@@ -114,7 +114,7 @@ export default defineConfig(
114114
"install-dev": "bun i :content -d",
115115
"install-global": "bun i :content -g",
116116
"install-local": "bun i",
117-
run: "bun :content",
117+
run: "bun run :content",
118118
exec: "bunx :content",
119119
create: "bun create :content",
120120
},

0 commit comments

Comments
 (0)