Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
CYHFREDA authored Oct 15, 2024
1 parent 80cf015 commit 5c629ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"version": "1.0.0",
"main": "app.js",
"scripts": {
"test": "node app.js && echo 'Application is running smoothly!'",
"start": "node test.js"
"test": "node test.js && echo '應用程式運行順利!'",
"start": "node app.js"
},
"dependencies": {
"cors": "^2.8.5",
Expand Down

0 comments on commit 5c629ea

Please sign in to comment.