Move migrations to separate app

This commit is contained in:
Darren Clarke 2024-08-07 16:05:26 +02:00
parent 87724bb7b8
commit c47223f5e9
21 changed files with 55 additions and 815 deletions

21
package-lock.json generated
View file

@ -69,6 +69,23 @@
"typescript": "^5"
}
},
"apps/bridge-migrations": {
"name": "@link-stack/bridge-migrations",
"version": "2.1.0",
"dependencies": {
"dotenv": "^16.4.5",
"kysely": "0.26.1",
"pg": "^8.12.0",
"tsx": "^4.16.5"
},
"devDependencies": {
"@link-stack/eslint-config": "*",
"@link-stack/typescript-config": "*",
"@types/node": "^22",
"@types/pg": "^8.11.6",
"typescript": "^5"
}
},
"apps/bridge-whatsapp": {
"name": "@link-stack/bridge-whatsapp",
"version": "2.1.0",
@ -4518,6 +4535,10 @@
"resolved": "apps/bridge-frontend",
"link": true
},
"node_modules/@link-stack/bridge-migrations": {
"resolved": "apps/bridge-migrations",
"link": true
},
"node_modules/@link-stack/bridge-ui": {
"resolved": "packages/bridge-ui",
"link": true