mirror of
https://github.com/danog/sass-site.git
synced 2024-11-30 04:29:17 +01:00
Add a NodeJS buildpack
This commit is contained in:
parent
7e06369241
commit
f88e32fabe
3
app.json
3
app.json
@ -32,6 +32,9 @@
|
||||
|
||||
],
|
||||
"buildpacks": [
|
||||
{
|
||||
"url": "heroku/nodejs"
|
||||
},
|
||||
{
|
||||
"url": "heroku/ruby"
|
||||
}
|
||||
|
1
package.json
Normal file
1
package.json
Normal file
@ -0,0 +1 @@
|
||||
{ "engines" : { "node": "16.x" } }
|
Loading…
Reference in New Issue
Block a user