Skip to content

Commit e7fe88e

Browse files
committed
Fix bug in package.json
1 parent 965ce66 commit e7fe88e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"node": ">=14"
1616
},
1717
"scripts": {
18-
"start": "node dist/server.js",
18+
"start": "node src/server.js",
1919
"dev": "nodemon -r dotenv/config src/server.js",
2020
"test": "run-s test:lint",
2121
"test:lint": "eslint ."

0 commit comments

Comments
 (0)