Browse Source

feat(api): 为serve命令添加watch选项

pull/6707/head
lovely90133 2 months ago
parent
commit
11f54ccb0f
  1. 3
      apps/api/project.json

3
apps/api/project.json

@ -57,7 +57,8 @@
"serve": {
"executor": "@nx/js:node",
"options": {
"buildTarget": "api:build"
"buildTarget": "api:build",
"watch": true
},
"dependsOn": ["copy-assets"]
},

Loading…
Cancel
Save