mirror of
https://github.com/typeorm/typeorm.git
synced 2025-12-08 21:26:23 +00:00
Changed to nodejs workaround instead of relying on shebang parameters, as they work a bit differently on some linux distros, and using the "-S" parameter breaks the CLI on Windows Closes #8818
4 lines
65 B
JavaScript
4 lines
65 B
JavaScript
#!/usr/bin/env node
|
|
require("ts-node").register()
|
|
import "./cli"
|