diff --git a/package.json b/package.json index 293b2bb3..ec229420 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "url": "http://tangly1024.com" }, "scripts": { - "dev": "NODE_OPTIONS='--inspect' next dev", + "dev": "next dev", "build": "next build", "start": "next start", "postbuild": "next-sitemap --config next-sitemap.config.js"