mirror of
https://github.com/logto-io/logto.git
synced 2024-12-23 20:33:16 -05:00
15 lines
278 B
JSON
15 lines
278 B
JSON
|
{
|
||
|
"exec": "tsc -p tsconfig.build.json --incremental && node ./build/index.js",
|
||
|
"ignore": [
|
||
|
"node_modules/**/node_modules"
|
||
|
],
|
||
|
"watch": [
|
||
|
"../*/lib/",
|
||
|
"../core/src/",
|
||
|
"../core/node_modules/",
|
||
|
".env"
|
||
|
],
|
||
|
"ext": "json,js,jsx,ts,tsx",
|
||
|
"delay": 500
|
||
|
}
|