pnpm start
Aliases: run start
Runs an arbitrary command specified in the package's start
property of its
scripts
object. If no start
property is specified on the scripts
object,
it will attempt to run node server.js
as a default, failing if neither are
present.
该属性的预期的作用是想为您的程序指定一个 start
命令。