add deploy
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
2025-12-31 09:50:51 +03:00
parent 524f3ebf23
commit 85c4a36e17
40 changed files with 855 additions and 199 deletions

View File

@ -13,7 +13,6 @@
"build": "npm run build:backend && npm run build:frontend",
"build:backend": "npm run build -w backend",
"build:frontend": "npm run build -w frontend",
"lint": "npm run lint -w backend && npm run lint -w frontend",
"db:up": "docker-compose up -d postgres",
"db:down": "docker-compose down"
},