Refactor everything

This commit is contained in:
Andrew-71 2024-10-12 21:45:00 +03:00
parent b07f1b080a
commit cda8f0cc1b
11 changed files with 162 additions and 59 deletions

View file

@ -1,5 +1,8 @@
build:
go build
run:
go build && ./pye
serve:
go build && ./pye serve
dev:
go build && ./pye serve --db dev-data.db