0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2024-12-16 20:26:19 -05:00
logto/packages/core/nodemon.json

15 lines
317 B
JSON

{
"exec": "tsc -p tsconfig.build.json --incremental && node ./build/index.js || exit 1",
"ignore": [
"node_modules/**/node_modules",
"../integration-tests/"
],
"watch": [
"../*/lib/",
"../core/src/",
"../core/node_modules/",
".env"
],
"ext": "json,js,jsx,ts,tsx",
"delay": 500
}