Skip to content

Commit

Permalink
fix: conflict variable env and start script
Browse files Browse the repository at this point in the history
  • Loading branch information
e-enes committed Oct 14, 2023
1 parent 9eaa69e commit 02fa698
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .env.exemple
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ TOKEN=
# MySQL Server Info
HOST=
PORT= # default 3306
USER=
USERNAME=
PASSWORD=
DATABASE=
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"typescript": "^5.2.2"
},
"scripts": {
"dev": "node dist/src/index",
"start": "node dist/src/index.js",
"build": "tsc && echo Make sure to manually import the .env file into the dist folder"
},
"repository": {
Expand Down

0 comments on commit 02fa698

Please # to comment.