Skip to content

Commit

Permalink
Update README for app-admin-ui (#2932)
Browse files Browse the repository at this point in the history
  • Loading branch information
timleslie authored May 11, 2020
1 parent e9a0de2 commit 2709a6b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/wild-terms-care.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@keystonejs/app-admin-ui': patch
---

Updated README.
4 changes: 3 additions & 1 deletion packages/app-admin-ui/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,12 @@ const { Keystone } = require('@keystonejs/keystone');
const { GraphQLApp } = require('@keystonejs/app-graphql');
const { AdminUIApp } = require('@keystonejs/app-admin-ui');

const keystone = new Keystone({...});

const authStrategy = keystone.createAuthStrategy({...});

module.exports = {
keystone: new Keystone(),
keystone,
apps: [
new GraphQLApp(),
new AdminUIApp({
Expand Down

0 comments on commit 2709a6b

Please sign in to comment.