Skip to content

Commit

Permalink
chore(docs): restart vite in case of crash (VIV-000) (#1935)
Browse files Browse the repository at this point in the history
Restart vite watch in case of crash
  • Loading branch information
RichardHelm authored Oct 7, 2024
1 parent 100f417 commit 4d0f289
Show file tree
Hide file tree
Showing 3 changed files with 4,496 additions and 1 deletion.
2 changes: 1 addition & 1 deletion apps/docs/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"commands": [
"npx esbuild ./dist/libs/components/index.js --bundle --outfile=./dist/libs/components-bundle/index.js --format=esm --watch",
"npx nx serve styles",
"WATCH=true npx nx build components --watch",
"WATCH=true npx forever node_modules/.bin/nx build components --watch",
"npx eleventy --config=./apps/docs/.eleventy.js --serve"
]
},
Expand Down
Loading

0 comments on commit 4d0f289

Please sign in to comment.