Skip to content

Commit

Permalink
🐞 fix: 修复 start 脚本无法正常启动
Browse files Browse the repository at this point in the history
  • Loading branch information
imsyy committed Sep 23, 2024
1 parent c477296 commit c713d34
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,6 +1,6 @@
{
"name": "dailyhot-api",
"version": "2.0.4",
"version": "2.0.5",
"description": "An Api on Today's Hot list",
"keywords": [
"API",
Expand Down Expand Up @@ -32,7 +32,7 @@
"dev": "cross-env NODE_ENV=development tsx watch --no-cache src/index.ts",
"dev:cache": "cross-env NODE_ENV=development tsx watch src/index.ts",
"build": "tsc --project tsconfig.json",
"start": "tsx src/index.ts"
"start": "cross-env NODE_ENV=development tsx dist/index.js"
},
"type": "module",
"dependencies": {
Expand Down

0 comments on commit c713d34

Please sign in to comment.