mirror of
https://github.com/vbenjs/vben-admin-thin-next.git
synced 2025-01-23 17:50:22 +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"
|
|
}
|
|
}
|