Add make dev target for running the dev server

This commit is contained in:
Jeffrey Paul 2026-02-23 00:17:36 +07:00
parent b23da0797e
commit 0e84b973ce

View File

@ -1,4 +1,7 @@
.PHONY: test lint fmt fmt-check check docker
.PHONY: dev test lint fmt fmt-check check docker
dev:
yarn dev
test:
timeout 30 yarn build