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:
@@ -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"
|
||||
},
|
||||
|
Reference in New Issue
Block a user