🔨 Fixed import flow

This commit is contained in:
2026-02-27 00:00:46 -05:00
parent a1fa12f181
commit 8c224bad68
6 changed files with 360 additions and 5 deletions

View File

@@ -12,7 +12,8 @@
"lint": "eslint --ext .js,.ts .",
"dc:up": "docker-compose up --build -d",
"dc:logs": "docker-compose logs -f",
"dc:down": "docker-compose down"
"dc:down": "docker-compose down",
"migrate:indexes": "ts-node migrations/add-import-indexes.ts"
},
"keywords": [
"microservices",