4 lines
100 B
Bash
4 lines
100 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
./node_modules/.bin/ts-node -P ./server/tsconfig.json ./server/src/index.ts ./config.yml
|