Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix server not running in actions (#26)
* chore: added debug check to process kill on post * chore: trying to see if we can get pid another way * chore: remove all the wierd stuff i did * chore: try not doing process.exit in main * chore: testing a run with fork instead of spawn * feat: revert to cjs * chore: removed semis inside bracket * chore: adding back process.exit since it otherwise does not exit now * chore: try with stdio ignore and no process.exit * fix: fixed my stupidity * chore: move back to esm * fix: align formatting with base branch
- Loading branch information