diff --git a/Makefile.toml b/Makefile.toml new file mode 100644 index 0000000..f7c59f6 --- /dev/null +++ b/Makefile.toml @@ -0,0 +1,4 @@ +[tasks.dev] +clear = true +command = "bunx" +args = ["--bun", "astro", "dev"]