Skip to content

Commit

Permalink
use dev server in makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
soof-golan committed Oct 23, 2024
1 parent 23ed8fd commit 3cca409
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ server: db

.PHONY: frontend
frontend: db
cd website && bun run preview
cd website && bun dev

.PHONY: db
db:
Expand Down

0 comments on commit 3cca409

Please sign in to comment.