chore: initialize SkyMoney (api + prisma + docker-compose) ( still in progress

This commit is contained in:
2025-11-07 22:52:33 -06:00
commit f4160b91db
13 changed files with 2014 additions and 0 deletions

4
api/entrypoint.sh Normal file
View File

@@ -0,0 +1,4 @@
set -e
npx prisma migrate deploy
node dist/server.js