From 41b2bd41ee7cad170a42654a36b999338a0ed5b9 Mon Sep 17 00:00:00 2001 From: "Zed A. Shaw" Date: Sat, 13 Sep 2025 12:15:22 -0400 Subject: [PATCH] Need make dev to be just run ozai. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index d1a85d3..5668cfc 100644 --- a/Makefile +++ b/Makefile @@ -38,8 +38,8 @@ tailwind_install: chmod oug+x tailwindcss-linux-x64 sudo mv tailwindcss-linux-x64 /usr/local/bin/tailwindcss -dev: all - go tool air -build.stop_on_error "true" +dev: + go tool ozai coverage: go build -cover -o webapp