新增前端vue
This commit is contained in:
8
web-vue/packages/tests/nodemon.json
Normal file
8
web-vue/packages/tests/nodemon.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"watch": ["src"],
|
||||
"ext": "ts",
|
||||
"exec": "ts-node -r tsconfig-paths/register src/index.ts",
|
||||
"events": {
|
||||
"restart": "clear"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user