mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-08-14 09:41:57 +00:00
fix: Fixed DB path (#134)
* Fixed path Signed-off-by: Avior <github@avior.me> * Fixed Builder Signed-off-by: Avior <github@avior.me>
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"compile": "ts-node compiler/index.ts",
|
||||
"compile": "ts-node --project ../tsconfig.json compiler/index.ts",
|
||||
"dev": "ts-node-dev -T src/index.ts",
|
||||
"build": "tsc --project tsconfig.json",
|
||||
"start": "node dist/index.js"
|
||||
|
Reference in New Issue
Block a user