ss

Results 42 comments of ss

The idea behind servicer was to run services in production environment. Is there a reason behind why you cannot build index.ts and then run it with node? ~~I think `--interpreter...

`ser create --name jewel --start --enable --interpreter $PWD/node_modules/.bin/tsx src/index.ts` worked for me. > The second didn't work because tsx's hashbang gets node from the env, which doesn't exist til ~/.bashrc...