tijl.dev-core/justfile
tijl 4c640fb3b3
Some checks failed
build / build (push) Failing after 0s
updates
2024-08-20 11:49:05 +02:00

15 lines
179 B
Makefile

dev:
vite
npm-build-css:
npm run build:css
npm-build:
npm run build
go-build:
go build -o tijl.dev cmd/server/main.go
build: npm-build-css npm-build go-build