Files
crowsnest/Makefile

5 lines
155 B
Makefile
Raw Normal View History

serv:
2025-01-06 19:58:01 +01:00
DB_DRIVER="sqlite3" DB_URL="./persistence/app.db" go run -tags='sqlite_fts5' cmd/frontend/*
crawl:
go run -tags='sqlite_fts5' cmd/crawler/main.go