mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-10-27 00:04:23 -04:00
feat: add build id from commit hash (#1095)
* fix old ref * capture git commit as build ID * generate new types * display build on Site Settings page * fix extras crash it extras is none
This commit is contained in:
3
makefile
3
makefile
@@ -55,7 +55,8 @@ setup-model: ## 🤖 Get the latest NLP CRF++ Model
|
||||
@echo Fetching NLP Model - CRF++ is still Required
|
||||
curl -L0 https://github.com/mealie-recipes/nlp-model/releases/download/v1.0.0/model.crfmodel --output ./mealie/services/parser_services/crfpp/model.crfmodel
|
||||
|
||||
clean-data: clean ## ⚠️ Removes All Developer Data for a fresh server start
|
||||
|
||||
clean-data: ## ⚠️ Removes All Developer Data for a fresh server start
|
||||
rm -r ./dev/data/recipes/
|
||||
rm -r ./dev/data/users/
|
||||
rm -f ./dev/data/mealie*.db
|
||||
|
||||
Reference in New Issue
Block a user