Indexed publications and imported them when the server starts
This commit is contained in:
5
app/imports/server/publications/index.js
Normal file
5
app/imports/server/publications/index.js
Normal file
@@ -0,0 +1,5 @@
|
||||
import "characterList.js";
|
||||
import "library.js";
|
||||
import "singleCharacter.js";
|
||||
import "user.js";
|
||||
import "users.js";
|
||||
@@ -0,0 +1 @@
|
||||
import "/imports/server/publications/index.js";
|
||||
|
||||
Reference in New Issue
Block a user