mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-01-24 02:00:25 +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"
|
|
}
|
|
}
|