diff --git a/Procfile b/Procfile index e8e8b1e0..d3c78cb6 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: node --prof examples/http.js \ No newline at end of file +web: node --inspect examples/http.js \ No newline at end of file diff --git a/package.json b/package.json index 78f75196..8ac3dfae 100644 --- a/package.json +++ b/package.json @@ -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",