mirror of
https://github.com/amark/gun.git
synced 2025-03-30 15:08:33 +00:00
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:
parent
39337338bd
commit
a634b37b1a
1
app.json
1
app.json
@ -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",
|
||||
|
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user