We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74df34f commit 1542938Copy full SHA for 1542938
content/guides/vuejs/develop.md
@@ -91,9 +91,12 @@ services:
91
- "5173:5173"
92
develop:
93
watch:
94
- - action: sync
95
- path: .
96
- target: /app
+ - path: ./src
+ action: sync
+ - path: ./package.json
97
+ action: restart
98
+ - path: ./vite.config.js
99
100
```
101
- The `vuejs-prod` service builds and serves your static production app using Nginx.
102
- The `vuejs-dev` service runs your Vue.js development server with live reload and hot module replacement.
0 commit comments