shop.tonybtw.com
https://git.tonybtw.com/shop.tonybtw.com.git
git://git.tonybtw.com/shop.tonybtw.com.git
generate:
templ generate
build: generate
go build -o shop ./cmd/server
dev: generate build
./shop
db-init:
sqlite3 shop.db < schema.sqlite.sql
db-reset:
rm -f shop.db shop.db-shm shop.db-wal
db-shell:
sqlite3 shop.db