mirror of
https://github.com/leon-ai/leon.git
synced 2024-12-25 09:44:22 +03:00
15 lines
213 B
JSON
15 lines
213 B
JSON
{
|
|
"verbose": false,
|
|
"watch": [
|
|
"server/src"
|
|
],
|
|
"ext": "ts,js,json",
|
|
"ignore": [
|
|
".git",
|
|
"node_modules",
|
|
"server/src/tmp",
|
|
"server/dist"
|
|
],
|
|
"exec": "ts-node server/src/index.ts"
|
|
}
|