📅  最后修改于: 2022-03-11 15:03:40.077000             🧑  作者: Mango
...
"scripts": {
"build": "next build",
"start": "next start",
"export": "next export"
}
...
// build command
$ npm run build
$ npm run start