Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
Co-authored-by: AMIR <31338382+amiremohamadi@users.noreply.github.com>
  • Loading branch information
sajjadsabzkar and amiremohamadi authored Oct 29, 2024
1 parent 566e8b1 commit 80a681f
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 @@ -24,5 +24,5 @@ dev-config: ## write config locally
@ npx wrangler kv:key put CONFIG --path=$(name) --binding $(KV_BINDING) --local

.PHONY: dev
dev: ## run the project locally
dev: prepare ## run the project locally
@ npx wrangler dev --port 8780 --var BUCKET:$(KV_BINDING) TOKEN:$(TOKEN)

0 comments on commit 80a681f

Please sign in to comment.