refactor: replace bun with pnpm (#870)

This commit is contained in:
Stavros
2026-05-15 14:43:51 +03:00
committed by GitHub
parent e6b291d21c
commit def539a40f
16 changed files with 5151 additions and 1189 deletions
+2 -2
View File
@@ -7,7 +7,7 @@ Contributing to Tinyauth is straightforward. Follow the steps below to set up a
## Requirements
- Bun
- pnpm
- Golang v1.24.0 or later
- Git
- Docker
@@ -34,7 +34,7 @@ Frontend dependencies can be installed as follows:
```sh
cd frontend/
bun install
pnpm ci
```
## Create the `.env` file