@ -0,0 +1,17 @@
all: sqlc tsc build
check:
go vet ./...
staticcheck ./...
tsc: assets/main.js
tsc assets/main.ts
sqlc: queries.sql schema.sql
sqlc generate
build:
go build
run: build
./gostart -name startdev
The note is not visible to the blocked user.