Skip to content

Commit

Permalink
dont import external file
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Calder committed Apr 4, 2023
1 parent f18e093 commit 4332f65
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions examples/nextjs-keystone/keystone.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { config } from '@keystone-6/core';
import { fixPrismaPath } from './../example-utils';
import { lists } from './src/keystone/schema';
import { withAuth, session } from './src/keystone/auth';
import { seedDemoData } from './src/keystone/seed';
Expand All @@ -17,7 +16,7 @@ export default withAuth(
},

// WARNING: this is only needed for our monorepo examples, dont do this
...fixPrismaPath,
prismaClientPath: 'node_modules/.myprisma/client',
},
lists,
session,
Expand Down

0 comments on commit 4332f65

Please sign in to comment.