This commit is contained in:
tavo 2025-07-01 09:46:26 -06:00
parent 6b960a7ca6
commit 7889571c5c
2 changed files with 5 additions and 1 deletions

4
examples/fullstack/.gitignore vendored Normal file
View file

@ -0,0 +1,4 @@
.tmp/
db.db
min/
axiom-fullstack

View file

@ -1,4 +1,4 @@
BIN = axiom
BIN = axiom-fullstack
SRC = $(wildcard *.go)
GO = $(shell which go)