Vercel deployment failing
Forked my own copy of the app-crm template, made a few customizations and now looking to deploy to vercel but I keep getting this error from them:
error TS6305: Output file '/vercel/path0/app-crm/vite.config.d.ts' has not been built from source file '/vercel/path0/app-crm/vite.config.ts'.
The file is in the program because:
Matched by include pattern 'vite.config.ts' in '/vercel/path0/app-crm/tsconfig.json'
Error: Command "npm run build" exited with 2
error TS6305: Output file '/vercel/path0/app-crm/vite.config.d.ts' has not been built from source file '/vercel/path0/app-crm/vite.config.ts'.
The file is in the program because:
Matched by include pattern 'vite.config.ts' in '/vercel/path0/app-crm/tsconfig.json'
Error: Command "npm run build" exited with 2
