mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Merge pull request #13379 from meteor/fix/minimal-skelet-ddp
Proposed fix for #13329
This commit is contained in:
@@ -13,6 +13,7 @@ ecmascript # Enable ECMAScript2015+ syntax in app code
|
||||
typescript # Enable TypeScript syntax in .ts and .tsx modules
|
||||
shell-server # Server-side component of the `meteor shell` command
|
||||
webapp # Serves a Meteor app over HTTP
|
||||
ddp # The protocol and client/server libraries that Meteor uses to send data
|
||||
server-render # Support for server-side rendering
|
||||
hot-module-replacement # Rebuilds the client if there is a change on the client without restarting the server
|
||||
~prototype~
|
||||
|
||||
Reference in New Issue
Block a user