Merge branch 'dev' into alpha

This commit is contained in:
Stephanos A.
2026-05-22 18:19:36 +03:00
committed by GitHub
19 changed files with 9102 additions and 1042 deletions

View File

@@ -4,7 +4,7 @@
"private": true,
"scripts": {
"dev": "nest start --watch",
"build": "nest build",
"build": "prisma generate && nest build",
"start": "node dist/main.js",
"start:prod": "node dist/main.js",
"lint": "eslint src",