Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
node .過去にさまざまなNodeJSアプリで実行したことがありますがindex.js、server.jsなどを実行するpackage.jsonことを知っているようです。NodeJSが実行するファイルを認識できるように構成できる設定(または同様のもの)はありますか?
node .
index.js
server.js
package.json
npmにはそのための1つの構成があります:
"main": "app.js"