Heroku fixes (#1243)

* Update app.json

Removed 'stack' parameter to enable using the latest Heroku stack

* Update package.json

Remove prepare parameter to fix Heroku deploys
This commit is contained in:
Daniel Raeder 2022-05-29 22:00:52 -05:00 committed by GitHub
parent 39337338bd
commit a634b37b1a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 2 deletions

View File

@ -1,6 +1,5 @@
{
"name": "gun-server",
"stack": "heroku-18",
"website": "http://gun.eco/",
"repository": "https://github.com/amark/gun",
"logo": "https://avatars3.githubusercontent.com/u/8811914",

View File

@ -8,7 +8,6 @@
"ios": "browser.ios.js",
"android": "browser.android.js",
"scripts": {
"prepare": "npm run unbuildSea && npm run unbuild",
"start": "node --prof examples/http.js",
"debug": "node --prof-process --preprocess -j isolate*.log > v8data.json && rm isolate*.log && echo 'drag & drop ./v8data.json into https://mapbox.github.io/flamebearer/'",
"https": "HTTPS_KEY=test/https/server.key HTTPS_CERT=test/https/server.crt npm start",