Skip to content

Commit

Permalink
fix ts-node error(do not use it)
Browse files Browse the repository at this point in the history
  • Loading branch information
canoziia committed Nov 8, 2023
1 parent bbb1036 commit 14be5d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "wechat-bot",
"version": "1.4.3",
"version": "1.10.5",
"description": "a wechat bot using wechaty",
"main": "dist/main.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "ts-node --esm app/main.ts",
"start": "node dist/main.js",
"build": "tsc"
},
"repository": {
Expand Down

0 comments on commit 14be5d1

Please sign in to comment.