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 2b736d2 commit b8e15e9Copy full SHA for b8e15e9
Makefile
@@ -1,3 +1,3 @@
1
-.PHONY: run dev
2
-run dev:
3
- npm run dev
+.PHONY: watch
+watch: ## Run webserver and watch for changes
+ pnpm run dev
0 commit comments