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 34d804e commit 0d85a86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/orm/prisma/scripts/backup-index.d.mts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "../.schema";
export * from "../.schema/index.js";
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 0d85a86

Please sign in to comment.