From 075857f030d7497527b3720df3b117982e0af963 Mon Sep 17 00:00:00 2001 From: erik Date: Tue, 9 Apr 2024 16:32:49 +0200 Subject: [PATCH] Update docs --- docs/unsure-where-to-put/dev-notes.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/unsure-where-to-put/dev-notes.md b/docs/unsure-where-to-put/dev-notes.md index f92252d4f6..137efb916f 100644 --- a/docs/unsure-where-to-put/dev-notes.md +++ b/docs/unsure-where-to-put/dev-notes.md @@ -29,7 +29,13 @@ ENABLED = true # build +```bash +TAGS="sqlite" make build ``` + +If you need to regenerate the api: + +```bash TAGS="sqlite" make build generate-swagger ```