mirror of
https://gitcode.com/gh_mirrors/vue/vue-vben-admin
synced 2025-12-30 05:12:24 +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"
|
|
}
|
|
}
|