Removed references to the aggregate code; Commented out the import of the meteor package.

This commit is contained in:
2022-08-14 17:31:34 -07:00
parent cf51200393
commit 071534a420
5 changed files with 26 additions and 46 deletions

View File

@@ -37,4 +37,4 @@ msavin:mongol # Free version of MeteorToys - Provides access t
#zodern:melte # Alternative to meteor-svelte (https://github.com/meteor-svelte/meteor-svelte). Was more actively developed.
svelte:compiler # Switching back to this because of TS errors.
tunguska:reactive-aggregate # Allows us to create a new client collection (from the server) with the contents being an aggregate of server data. Note that aggregation can only be done on the server currently as mini-mongo does not support it.
#tunguska:reactive-aggregate # Allows us to create a new client collection (from the server) with the contents being an aggregate of server data. Note that aggregation can only be done on the server currently as mini-mongo does not support it.