This commit is contained in:
Jonny Gerig Meyer 2023-01-09 16:41:49 -05:00
parent 0c6f3f3dc3
commit 16d83c58e0
No known key found for this signature in database
GPG Key ID: FB602F738A872F7F
2 changed files with 40 additions and 1 deletions

39
app.json Normal file
View File

@ -0,0 +1,39 @@
{
"name": "sass-site",
"stack": "heroku-18",
"scripts": {},
"env": {
"HEROKU": {
"required": true
},
"HEROKU_APP_ID": {
"required": true
},
"HEROKU_APP_NAME": {
"required": true
},
"HEROKU_RELEASE_VERSION": {
"required": true
},
"HEROKU_SLUG_COMMIT": {
"required": true
},
"HEROKU_SLUG_DESCRIPTION": {
"required": true
}
},
"formation": {
"web": {
"quantity": 1
}
},
"addons": [],
"buildpacks": [
{
"url": "heroku/nodejs"
},
{
"url": "heroku/ruby"
}
]
}

View File

@ -1,6 +1,6 @@
{
"name": "sass-site",
"version": "1.0.0",
"version": "2.0.0",
"homepage": "https://sass-lang.com/",
"title": "Sass",
"description": "Sass: Syntactically Awesome Style Sheets",