mirror of
https://github.com/logto-io/logto.git
synced 2025-01-06 20:40:08 -05:00
15 lines
294 B
JSON
15 lines
294 B
JSON
|
{
|
||
|
"exec": "tsc -p tsconfig.build.json --incremental && node ./build/index.js || exit 1",
|
||
|
"ignore": [
|
||
|
"node_modules/**/node_modules",
|
||
|
"../integration-tests/"
|
||
|
],
|
||
|
"watch": [
|
||
|
"./src/",
|
||
|
"./node_modules/",
|
||
|
"../../.env"
|
||
|
],
|
||
|
"ext": "json,js,jsx,ts,tsx",
|
||
|
"delay": 500
|
||
|
}
|