1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-12 15:59:18 +00:00

feat: Add better sorting/filtering/pagination (#458)

This commit is contained in:
2024-01-03 02:27:56 +01:00
committed by GitHub
parent 034b7e2cec
commit 5c8ca20a41
13 changed files with 399 additions and 178 deletions

View File

@ -25,5 +25,8 @@ jobs:
cd server
bun install --frozen-lockfile
- name: Validate the data
run: bun run validate
- name: Validate the data & the server
run: |
bun run validate
cd server
bun run validate