integration of authentication

This commit is contained in:
2024-08-06 17:44:28 +02:00
parent 0c7fc6fdf7
commit ee932a2339
13 changed files with 153 additions and 84 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ services:
- ./backend:/backend
ports:
- "3000:3000"
- "9229:9229"
- "9228:9229"
command: ["npm", "run", "dev"]
depends_on:
- db