🔧 Migrate from npm to Bun (#2097)

This commit is contained in:
Alejandra
2026-01-20 22:35:30 +01:00
committed by GitHub
parent ab7c28c038
commit fb2a02345b
13 changed files with 989 additions and 6815 deletions

View File

@@ -63,7 +63,7 @@ docker compose stop frontend
And then start the local frontend development server:
```bash
npm run dev
bun run dev
```
Or you could stop the `backend` Docker Compose service: