mirror of
https://github.com/uditkarode/bing-chat-telegram.git
synced 2025-02-22 01:02:13 +00:00
fix(package.json): fix start
path
This commit is contained in:
parent
25184d4995
commit
c88a3c4a74
@ -6,7 +6,7 @@
|
|||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "tsc --pretty",
|
"build": "tsc --pretty",
|
||||||
"start": "node dist/src",
|
"start": "node dist",
|
||||||
"dev": "tsx src/index.ts",
|
"dev": "tsx src/index.ts",
|
||||||
"test": "tsx src/test.ts"
|
"test": "tsx src/test.ts"
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user