Skip to content

Commit

Permalink
fix(prisma): change usr/bin/env ts-node by node
Browse files Browse the repository at this point in the history
Closes: #2927
  • Loading branch information
Romakita committed Dec 9, 2024
1 parent 55301a9 commit 36c735f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/orm/prisma/src/generator.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env ts-node
#!/usr/bin/env node
import helpers from "@prisma/generator-helper";
import {join} from "path";

Expand Down

0 comments on commit 36c735f

Please sign in to comment.