Skip to content

Commit

Permalink
Fixed npm run
Browse files Browse the repository at this point in the history
  • Loading branch information
alexneri committed Jun 16, 2023
1 parent 781dbce commit 85224d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .replit
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

hidden = [".config", "package-lock.json"]
run = "node app.js"
run = "npm run start"

[[hints]]
regex = "Error \\[ERR_REQUIRE_ESM\\]"
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"description": "",
"main": "index.js",
"scripts": {
"start": "node app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
Expand Down

0 comments on commit 85224d6

Please sign in to comment.