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.
src/services/mock/
1 parent d21c9bb commit 937fc58Copy full SHA for 937fc58
package.json
@@ -17,7 +17,7 @@
17
"preview": "node ./scripts/concurrently.cjs serve:jupyterhub preview",
18
"serve": "node ./scripts/concurrently.cjs serve:jupyterhub serve:vue",
19
"serve:vue": "vite --mode offline",
20
- "serve:jupyterhub": "nodemon -e js,mjs,cjs,json src/services/mock/json-server.cjs",
+ "serve:jupyterhub": "nodemon src/services/mock/json-server.cjs --watch src/services/mock/",
21
"test:component": "cypress open --component",
22
"test:e2e": "yarn run serve e2e:open",
23
"test:unit": "vitest",
0 commit comments