Skip to content

Commit 938ebb1

Browse files
committed
Updated seeder shebang to use bun
1 parent a8a456a commit 938ebb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drizzle-seed/scripts/build.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env -S pnpm tsx
1+
#!/usr/bin/env bun
22
import 'zx/globals';
33
import cpy from 'cpy';
44

0 commit comments

Comments
 (0)