Skip to content
This repository has been archived by the owner on Mar 24, 2024. It is now read-only.

Commit

Permalink
add app.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ThatsNoMoon committed May 18, 2023
1 parent e40701d commit 720bd3e
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions app.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"name": "Highlights",
"description": "A simple and flexible highlighting bot for Discord",
"repository": "https://github.com/ThatsNoMoon/highlights",
"buildpacks": [
{
"url": "https://github.com/emk/heroku-buildpack-rust"
}
],
"addons": [
"heroku-postgresql"
]
}

0 comments on commit 720bd3e

Please sign in to comment.