6 lines
77 B
Bash
6 lines
77 B
Bash
|
#!/usr/bin/env sh
|
||
|
|
||
|
yarn
|
||
|
yarn build
|
||
|
node dist/index.js --inspect=0.0.0.0:9229
|