chore: remove unused files

This commit is contained in:
2026-04-08 16:58:07 +02:00
parent c17ae09c86
commit c78f017352
3 changed files with 0 additions and 29 deletions

View File

@@ -1,23 +0,0 @@
.PHONY: dev build test sqlc templ create-user
dev:
air
build:
go build -o main_server ./cmd/server
test:
go test ./...
sqlc:
sqlc generate
templ:
templ generate
create-user:
@if [ -z "$(EMAIL)" ] || [ -z "$(PASSWORD)" ]; then \
echo "Usage: make create-user EMAIL=your@email.com PASSWORD=yourpassword"; \
else \
go run ./cmd/create-user -email=$(EMAIL) -password=$(PASSWORD); \
fi

View File

@@ -1,6 +0,0 @@
#!/bin/bash
set -e
# Start the app
exec "$@"

BIN
mal

Binary file not shown.