feat: allows undefined collections

This commit is contained in:
James
2021-01-13 20:39:18 -05:00
parent bd92b0a94b
commit 6bb58cecd8
2 changed files with 414 additions and 453 deletions

View File

@@ -3,6 +3,7 @@ import path from 'path';
export const defaults = {
defaultDepth: 2,
maxDepth: 10,
collections: [],
globals: [],
cookiePrefix: 'payload',
csrf: [],