1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-19 02:39:18 +00:00

Merge branch 'master' into feat/add-server-support-for-arm

This commit is contained in:
2025-03-28 15:32:56 +01:00
committed by GitHub
3824 changed files with 164869 additions and 1561 deletions

15
.github/sponsors/dzeio.svg vendored Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 12 KiB

View File

@ -21,6 +21,7 @@ jobs:
- name: Install deps
run: |
bun install -g @usebruno/cli
bun install --frozen-lockfile
cd server
bun install --frozen-lockfile
@ -31,3 +32,11 @@ jobs:
bun run validate
cd server
bun run validate
- name: Validate some requests
run: |
cd server
bun run start &
sleep 10
cd ../.bruno
bru run --env Developpement