add start:inspect to investigate nuxt memory leak
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
"author": "lesion",
|
"author": "lesion",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "nuxt build --modern",
|
"build": "nuxt build --modern",
|
||||||
"dev:inspect": "NODE_ENV=development node --inspect server/cli.js",
|
"start:inspect": "NODE_ENV=production node --inspect node_modules/.bin/nuxt start --modern",
|
||||||
"dev": "nuxt dev",
|
"dev": "nuxt dev",
|
||||||
"start": "nuxt start",
|
"start": "nuxt start",
|
||||||
"doc": "cd docs && bundle exec jekyll b",
|
"doc": "cd docs && bundle exec jekyll b",
|
||||||
|
|||||||
Reference in New Issue
Block a user