1
Fork 0

Add the cargo-make dev task.

This commit is contained in:
Bauke 2024-03-02 13:32:21 +01:00
parent 1ca72f7034
commit 7561a98fe1
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
1 changed files with 4 additions and 0 deletions

4
Makefile.toml Normal file
View File

@ -0,0 +1,4 @@
[tasks.dev]
clear = true
command = "bunx"
args = ["--bun", "astro", "dev"]