Skip to content

Commit 7347b06

Browse files
authored
Merge pull request #256 from swiftss-org/chore/upgrade-heroku-24
chore(heroku-24-upgrade): add express and procfile
2 parents 49b34d4 + 05d3c2f commit 7347b06

File tree

3 files changed

+362
-3
lines changed

3 files changed

+362
-3
lines changed

Procfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
web: node --max_old_space_size=460 server.js

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
"@types/react-router-dom": "^5.1.7",
2323
"axios": "^0.21.1",
2424
"customize-cra": "^1.0.0",
25+
"express": "^4.21.2",
2526
"final-form": "^4.20.2",
2627
"final-form-arrays": "^3.0.2",
2728
"history": "^4.10.1",

0 commit comments

Comments
 (0)