feat: add a search modal using the database (wip)

This commit is contained in:
Sonny
2024-05-25 03:40:08 +02:00
committed by Sonny
parent b28499a69a
commit 56c05f1bf6
21 changed files with 535 additions and 621 deletions

View File

@@ -10,3 +10,7 @@ prod:
seed:
node ace db:seed
down:
-docker compose down
-docker compose -f dev.docker-compose.yml down