fix: bin script error when running on linux (#7721)

Fixes https://github.com/payloadcms/payload/issues/7717
This commit is contained in:
Paul
2024-08-16 10:07:03 -06:00
committed by GitHub
parent 3a86822f0a
commit 11816080a6

View File

@@ -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'