mirror of
https://github.com/amark/gun.git
synced 2025-03-30 15:08:33 +00:00
and again
This commit is contained in:
parent
eebc028317
commit
823c7d0d6b
2
Procfile
2
Procfile
@ -1 +1 @@
|
||||
web: node --prof examples/http.js
|
||||
web: node --inspect examples/http.js
|
@ -8,7 +8,7 @@
|
||||
"ios": "browser.ios.js",
|
||||
"android": "browser.android.js",
|
||||
"scripts": {
|
||||
"start": "node --inspect examples/http.js",
|
||||
"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",
|
||||
"prepublishOnly": "npm run unbuild",
|
||||
|
Loading…
x
Reference in New Issue
Block a user