Indexed publications and imported them when the server starts

This commit is contained in:
Stefan Zermatten
2018-11-15 11:23:57 +02:00
parent 51919297df
commit a5e7bd95c7
2 changed files with 6 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
import "characterList.js";
import "library.js";
import "singleCharacter.js";
import "user.js";
import "users.js";

View File

@@ -0,0 +1 @@
import "/imports/server/publications/index.js";