3 lines
92 B
Bash
3 lines
92 B
Bash
#!/bin/sh
|
|
exec env NODE_ENV=development node --import tsx --watch-path=./src ./src/index.ts
|