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

15 lines
278 B
JSON
Raw Normal View History

{
"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
}