compatibilityVersion: 4 the relative imports import prisma from '~/server/utils/prisma' in my server routes doesn't work anymore.import prisma from '../../../server/utils/prisma' but it would be nice to have them a bit more relative. Anyone knows, how to set them correctly? Tnx
