mirror of
https://github.com/Budibase/budibase.git
synced 2026-09-01 15:11:45 +08:00
4 lines
135 B
Bash
Executable File
4 lines
135 B
Bash
Executable File
#!/bin/bash
|
|
dir="$(dirname -- "$(readlink -f "${BASH_SOURCE}")")"
|
|
${dir}/../../node_modules/ts-node/dist/bin.js ${dir}/src/index.ts $@
|