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