and again

This commit is contained in:
Mark Nadal 2021-08-21 08:26:21 -07:00
parent eebc028317
commit 823c7d0d6b
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
web: node --prof examples/http.js
web: node --inspect examples/http.js

View File

@ -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",