mirror of
https://gitee.com/jeecg/JeecgBoot.git
synced 2026-05-23 23:58:03 +00:00
9 lines
137 B
JSON
9 lines
137 B
JSON
{
|
|
"watch": ["src"],
|
|
"ext": "ts",
|
|
"exec": "ts-node -r tsconfig-paths/register index.ts",
|
|
"events": {
|
|
"restart": "clear"
|
|
}
|
|
}
|