-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule peerly
updated
14 files
+20 −4 | backend/Dockerfile | |
+ − | backend/bun.lockb | |
+4 −3 | backend/package.json | |
+2 −2 | backend/src/api/accounts/accounts.ts | |
+10 −6 | backend/src/auth.ts | |
+4 −8 | docker-compose.ci.yml | |
+12 −11 | docker-compose.dev.yml | |
+9 −8 | docker-compose.yml | |
+4 −3 | frontend/Dockerfile | |
+5 −5 | frontend/src/api.ts | |
+2 −2 | frontend/src/checkers.ts | |
+1 −1 | frontend/src/components/ProfilePage.tsx | |
+0 −8 | frontend/src/types/user.ts | |
+2 −1 | frontend/tsconfig.json |