NORY-24: migrate from npm to bun

This commit is contained in:
Markus Thielker 2024-12-07 23:50:41 +01:00
parent 90d11ae558
commit 9bb2dbbe4d
No known key found for this signature in database
3 changed files with 6 additions and 6 deletions

View file

@ -23,22 +23,22 @@ docker compose -f docker/ory-dev/docker-compose.yaml up -d
sh docker/ory-dev/hydra-test-consent.sh
```
Then start the authentication UI using npm:
Then start the authentication UI:
```bash
cd authentication
cp .env.example .env
npm install
npm run dev
bun install
bun run dev
```
Inside another terminal session we can start the dashboard UI using npm:
Inside another terminal session we can start the dashboard UI:
```bash
cd dashboard
cp .env.example .env
npm install
npm run dev
bun install
bun run dev
```
## Deployment

BIN
authentication/bun.lockb Executable file

Binary file not shown.

Binary file not shown.