Skip to content

Commit

Permalink
Added heroku:logs commands
Browse files Browse the repository at this point in the history
  • Loading branch information
xdan committed Sep 5, 2023
1 parent be95025 commit fbf28df
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@
"private": "true",
"description": "Test server for demonstrating work with the tile and bbox data loading API for the Mappable API",
"scripts": {
"heroku:push": "heroku container:push web --app mappable-test-server",
"heroku:release": "heroku container:release web --app mappable-test-server",
"heroku:logs": "heroku logs --tail --app=mappable-test-server",
"heroku:push": "heroku container:push web --app=mappable-test-server",
"heroku:release": "heroku container:release web --app=mappable-test-server",
"build": "ENVIRONMENT=production tsc -b tsconfig.json",
"dev": "ts-node ./src/index.ts",
"start": "nodemon",
Expand Down

0 comments on commit fbf28df

Please sign in to comment.