mirror of
https://github.com/jeecgboot/JeecgBoot.git
synced 2025-12-08 17:12:28 +08: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"
|
|
}
|
|
}
|