ft5 table creation

This commit is contained in:
Simon Martens
2025-02-16 03:05:44 +01:00
parent 2d9e27ac8e
commit ca1c7272b6
4 changed files with 174 additions and 1 deletions

View File

@@ -5,7 +5,7 @@ tmp_dir = "tmp"
[build]
args_bin = []
full_bin = "./tmp/musenalm --dir ./pb_data serve"
cmd = "go build -tags=\"dev,fts5\" -o ./tmp/musenalm ."
cmd = "go build -tags=dev,fts5 -o ./tmp/musenalm ."
delay = 400
exclude_dir = [
"views/assets",