Skip to content

Commit

Permalink
Revert some changes
Browse files Browse the repository at this point in the history
  • Loading branch information
emmatown committed Jun 17, 2021
1 parent 520f1fc commit 37c3a64
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions examples-staging/basic/keystone.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,11 @@ export default auth.withAuth(
// NOTE -- this is not implemented, keystone currently always provides an admin ui at /
// path: '/admin',
// isAccessAllowed,
getAdditionalFiles: [
() => [{ mode: 'write', outputPath: 'next.config.js', src: 'module.exports =whatever' }],
],
},
images: { upload: 'local' },
files: { upload: 'local' },
lists,
extendGraphqlSchema,

session: statelessSessions({ maxAge: sessionMaxAge, secret: sessionSecret }),
// TODO -- Create a separate example for stored/redis sessions
// session: storedSessions({
Expand Down

0 comments on commit 37c3a64

Please sign in to comment.