4 Matching Annotations
- May 2025
-
github.com github.com
-
"ts-node": "dist/bin.js", 9+ "ts-script": "dist/script.js"
-
-
github.com github.com
-
In order to fix #2554, I added a --script option to vite-node so it can be used in shebang! 🎊
-
-
-
Using vite-node with a shebang enables no-build workflows for utilities in monorepos, which can reduce complexity and improves DX.
-
-
-
#!/usr/bin/env vite-node --script
-