mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Give up on documenting facts current api.
This commit is contained in:
@@ -30,9 +30,7 @@ apply the patch and will instead disable websockets.
|
||||
client code changes; server-only code changes will not cause the page
|
||||
to reload.
|
||||
|
||||
* New 'facts' package publishes internal statistics about Meteor. To
|
||||
use, simply `meteor add facts` then add `{{> serverFacts}}` somewhere
|
||||
in your interface.
|
||||
* New 'facts' package publishes internal statistics about Meteor.
|
||||
|
||||
* Add an explicit check that publish functions return a cursor, an array
|
||||
of cursors, or a falsey value. This is a safety check to to prevent
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
Package.describe({
|
||||
summary: "Publish internal app statistics"
|
||||
summary: "Publish internal app statistics",
|
||||
internal: true
|
||||
});
|
||||
|
||||
Package.on_use(function (api) {
|
||||
|
||||
Reference in New Issue
Block a user