diff options
| author | Claudomator Agent <agent@claudomator> | 2026-03-18 07:06:03 +0000 |
|---|---|---|
| committer | Claudomator Agent <agent@claudomator> | 2026-03-18 07:06:03 +0000 |
| commit | e3195a6534bae000a63e884ff647fac95d9d2498 (patch) | |
| tree | a75534ac746e4054a573978bc550fd2d835de8c4 /Makefile | |
| parent | e72305237e16a8c32fb017261cce129a25d70e65 (diff) | |
chore: autocommit uncommitted changes
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ css: ## Build CSS once css-watch: ## Watch CSS for changes npm run dev -build: css ## Build Go binary with CSS +build: ## Build Go binary go build -o dashboard cmd/dashboard/main.go run: css ## Build CSS and run server |
