1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-07-01 00:09:19 +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

@ -5,6 +5,7 @@
"scripts": {
"compile": "bun compiler/index.ts",
"dev": "bun --watch --hot src/index.ts",
"validate": "tsc --noEmit --project ./tsconfig.json",
"start": "bun src/index.ts"
},
"license": "MIT",