Skip to content

Commit

Permalink
Merge pull request #68 from prisma/#64
Browse files Browse the repository at this point in the history
fix(#64): avoid importing server files
  • Loading branch information
ankur-arch authored Dec 13, 2024
2 parents a2b3728 + d3d3387 commit 4751476
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ export default defineNuxtModule<PrismaExtendedModule>({

// Auto-import from runtime/server/utils
addServerImportsDir(resolver(runtimeDir, "utils"));
addServerImportsDir(resolver(runtimeDir, "server/utils"));
// addServerImportsDir(resolver(runtimeDir, "server/utils"));

nuxt.options.vite.optimizeDeps = defu(
nuxt.options.vite.optimizeDeps || {},
Expand Down

0 comments on commit 4751476

Please sign in to comment.