Skip to content

fix: prisma folder name#1039

Merged
Klakurka merged 6 commits into
masterfrom
fix/prisma-folder-name
Aug 14, 2025
Merged

fix: prisma folder name#1039
Klakurka merged 6 commits into
masterfrom
fix/prisma-folder-name

Conversation

@chedieck
Copy link
Copy Markdown
Collaborator

Related to #

Description

For some reason, import X from 'prisma/Y' started being interpreted as "import X from the node module prisma folder Y" instead of "import X from our repo folder prisma/Y" , i.e., the same as if it were import X from '@prisma/Y' (notice the @).

Since this happened when deploying production, and since I didn't see any mention of this when looking into the prisma github repo issues & their changelogs, I just assumed it was some side-effect and decided to just rename our prisma folder to prisma-local.

Test plan

N/A, everything should just work as before.

@Klakurka Klakurka self-requested a review August 14, 2025 03:34
@Klakurka Klakurka merged commit 04e12d7 into master Aug 14, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants