mirror of https://github.com/Budibase/budibase.git
3 changed files with 12 additions and 3 deletions
@ -0,0 +1,6 @@ |
|||
{ |
|||
"watch": ["src"], |
|||
"ext": "js,ts,json", |
|||
"ignore": ["src/**/*.spec.ts", "src/**/*.spec.js"], |
|||
"exec": "ts-node src/index.ts" |
|||
} |
|||
Loading…
Reference in new issue