1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-08-14 09:41:57 +00:00

fix: Invalid card when searching using the set and localid (#472)

This commit is contained in:
2024-01-08 00:40:31 +01:00
committed by GitHub
parent 8684fb14e4
commit 33007d83bc
7 changed files with 53 additions and 17 deletions

View File

@@ -4,7 +4,7 @@
"main": "dist/index.js",
"scripts": {
"compile": "bun compiler/index.ts",
"dev": "bun --watch --hot src/index.ts",
"dev": "bun --watch src/index.ts",
"validate": "tsc --noEmit --project ./tsconfig.json",
"start": "bun src/index.ts"
},