1
0
Fork 0
mirror of https://codeberg.org/MarkusThielker/next-ory.git synced 2025-04-10 11:58:41 +00:00

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 sh docker/ory-dev/hydra-test-consent.sh
``` ```
Then start the authentication UI using npm: Then start the authentication UI:
```bash ```bash
cd authentication cd authentication
cp .env.example .env cp .env.example .env
npm install bun install
npm run dev 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 ```bash
cd dashboard cd dashboard
cp .env.example .env cp .env.example .env
npm install bun install
npm run dev bun run dev
``` ```
## Deployment ## Deployment

BIN
authentication/bun.lockb Executable file

Binary file not shown.

Binary file not shown.