启动脚本调整

This commit is contained in:
tangly
2021-11-06 09:07:23 +08:00
parent 8fca64860b
commit 106dc9820d

View File

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