Compare commits

...
2 Commits
Author SHA1 Message Date
hh 9d767d2531 chore(frontend): sync bun lockfile 2026-08-06 01:07:52 +02:00
hh 18220407af fix(make): enable db and migrate profiles in migrate target 2026-08-06 01:07:51 +02:00
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ deploy:
$(MAKE) rebuild $(MAKE) rebuild
migrate: migrate:
docker compose run --rm migrator $(filter-out $@,$(MAKECMDGOALS)) docker compose --profile db --profile migrate run --rm migrator $(filter-out $@,$(MAKECMDGOALS))
session-create: session-create:
cd backend && uv run python scripts/session/create.py cd backend && uv run python scripts/session/create.py
+1
View File
@@ -1,5 +1,6 @@
{ {
"lockfileVersion": 1, "lockfileVersion": 1,
"configVersion": 0,
"workspaces": { "workspaces": {
"": { "": {
"name": "frontend", "name": "frontend",