Skip to content

Commit

Permalink
Add heroku config
Browse files Browse the repository at this point in the history
  • Loading branch information
rossshannon committed Dec 10, 2024
1 parent 69aa56f commit aa96cdd
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1 @@
node_modules
node_modules
4 changes: 4 additions & 0 deletions heroku.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
setup:
config:
NODE_ENV: production
stack: heroku-22
6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
"private": "true",
"name": "pinboard-bridge",
"version": "1.1.1",
"description": "Pinboard API proxy service",
"main": "web.js",
"scripts": {
"start": "node web.js",
"dev": "node web.js"
},
"dependencies": {
"axios": "^1.6.2",
"express": "^4.18.2",
Expand Down

0 comments on commit aa96cdd

Please sign in to comment.