Skip to content

Commit

Permalink
changed start command
Browse files Browse the repository at this point in the history
  • Loading branch information
johan-t committed Sep 19, 2023
1 parent e6b265f commit bc263f3
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
Expand Up @@ -5,7 +5,7 @@
"main": "index.ts",
"scripts": {
"start": "ts-node index.ts",
"mac-start": "brew services start mongodb-community@7.0 && ts-node index.ts",
"mac-start": "brew services stop mongodb-community@7.0 && brew services start mongodb-community@7.0 && ts-node index.ts",
"systemd-start": "sudo systemctl start mongod && ts-node index.ts",
"systemv-start": "sudo service start mongod && ts-node index.ts"
},
Expand All @@ -25,4 +25,4 @@
"eslint": "^8.46.0",
"ts-node": "^10.9.1"
}
}
}

0 comments on commit bc263f3

Please sign in to comment.