meteor/meteor

Document main function

Open

#12,320 opened on 2022年11月24日

GitHub で見る
 (7 comments) (2 reactions) (0 assignees)JavaScript (5,257 forks)batch import
Project:Docsgood first issuehacktoberfestidle

Repository metrics

Stars
 (44,781 stars)
PR merge metrics
 (平均マージ 9d 9h) (30d で 21 merged PRs)

説明

Every Meteor app has to have a main function. For most apps, the webapp package defines it. For apps that do not use the webapp package, they have to define it another way, but it currently isn't documented.

The relevant code is: https://github.com/meteor/meteor/blob/1e2346cd5a31a4044afad4049dd736f518d6ea76/tools/static-assets/server/boot.js#L452-L486

コントリビューターガイド