chore: init adonis

This commit is contained in:
Sonny
2024-04-27 15:49:47 +02:00
committed by Sonny
parent 219e5e3aed
commit 1386db6935
259 changed files with 7184 additions and 18173 deletions

View File

@@ -1,14 +0,0 @@
db:
docker compose -f dev.docker-compose.yml up -d --wait
dev: db
npx prisma db push
npx prisma generate
npm run dev
release:
npm run release
prod:
-docker network create mylinks_app
docker compose up -d --build --wait