module not found build fail

So my init build is not working when deployed to vercel. The path to global.css is not being compiled by the tsconf from ~/... I have tryied changing this manualy to ../ and ./src etc etc but to not joy can andone help.
2 Replies
JLJ
JLJ4mo ago
Just to be clear it builds fine locally just not on vercel. Am i right in thinking it should be doing exacly the same thing on vercel? from wwhat i can tell it is the ~/ alias that is causing the fail;ure but how to fix it? well this is strange but the .css files seem to be ignored by git?
pyfir
pyfir4mo ago
im also running in to this issue, it looks like it is being git ignored but nothing in the file?
Want results from more Discord servers?
Add your server
More Posts
How to add fallback link to tRPC link (Mirror API URL if main URL fails)My API URL is not functioning in Iran, I'm using Vercel and Vercel has banned Iran, I want to provid(windows 11) alias for pnpm doesn’t work in VS codeHi! I’m a newbie, I was switching from npm to pnpm and I followed the pnpm website guide, I have a pNew T3 gallery app only gives global errorAfter adding Sentry and trying out the default page, I now can't seem to get the rest of the app worT3 app gives 504 on every login attempt in productionI've been working on a hobby `create-t3-app` project locally with TS, NextAuth, Prisma, and MongoDBcreate-t3-app next auth questionIn the default auth settings for t3, I noticed `id: token.sub` in the callbacks making the id availatesting question: TypeError: undefined is not a functionDoes anyone know how to solve this error? I don't understand this error message at all. Why is the eDrizzle wont push db changes to PlanetscaleEvery time I try to push my schema to Planetscale, I get the following error: ```if (unsquasheAppropriate Use of Modals - Attach to mapped components or pass modal logic down?Is there considerable downside to attaching a modal to individual mapped components? Is it better/prIs Prisma ORM still slow?I’ve been using drizzle with postgres for a while. Wanted to use mongodb for another project with nehow to properly compare enums and interface unions?I have the following function in my api client: ```ts public static async getLoggedInUser(): Promi