fix: bin script error when running on linux (#7721)
Fixes https://github.com/payloadcms/payload/issues/7717
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env node --no-deprecation
|
||||
#!/usr/bin/env -S node --no-deprecation
|
||||
|
||||
import path from 'node:path'
|
||||
import { fileURLToPath, pathToFileURL } from 'node:url'
|
||||
|
||||
Reference in New Issue
Block a user