dbos-inc / dbos-transact-ts

The TypeScript framework for backends that scale
https://docs.dbos.dev
MIT License
366 stars 27 forks source link

Fix executable #554

Closed qianl15 closed 3 months ago

qianl15 commented 3 months ago

According to https://github.com/nodejs/node/issues/30810 We need to use #!/usr/bin/env -S node --no-warnings=ExperimentalWarning on Linux. Otherwise it hangs. This flag also works on other OS environments.