alias-hq
alias-hq copied to clipboard
Paths not working in Vercel Serverless
I deployed a started app in order to test it with vercel serverless, but I get a not found module error so I assume alias-hq is not working with Vercel.
Do you know about any issues when deploying to Vercel?
Development version vercel dev works fine in localhost.
Also in an isolated environment (not vercel dev, just node in localhost)
Vercel deploy screenshots
Error

App main file

tsconfig.json

All looks fine for me.
Hmm. Not sure to be honest!
- can you try it with a simple test case?
- can you try it using module alias by itself?
- can console log the result of
get()?
Alias HQ is relying on module alias, so we might need to poke with that