Skip to content

Commit

Permalink
remove room test server
Browse files Browse the repository at this point in the history
point all start commands to index.js
  • Loading branch information
David Solis committed Feb 4, 2021
1 parent e688524 commit 682f06b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 108 deletions.
2 changes: 1 addition & 1 deletion Procfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
web: node --inspect --optimize_for_size --max_old_space_size=460 ./build/room.js
web: node --inspect --optimize_for_size --max_old_space_size=460 ./build/index.js
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"website": "https://pintopinto.herokuapp.com/",
"scripts": {
"build": "tsc",
"start": "node ./build/room.js",
"start": "node ./build/index.js",
"dev": "npm run build && npx nodemon",
"prod": "npx heroku local -p 9000",
"logs": "npx heroku logs --tail --source app"
Expand All @@ -25,7 +25,7 @@
"src"
],
"ext": "ts",
"exec": "ts-node ./src/room.ts --pretty"
"exec": "ts-node ./src/index.ts --pretty"
},
"devDependencies": {
"@types/express": "^4.17.9",
Expand Down
105 changes: 0 additions & 105 deletions src/room.ts

This file was deleted.

0 comments on commit 682f06b

Please sign in to comment.