fix: .ts extension error in vite.config.ts#1562
fix: .ts extension error in vite.config.ts#1562sarthakNITT wants to merge 5 commits intoEpicenterHQ:mainfrom
Conversation
There was a problem hiding this comment.
Pull request overview
This PR updates the Whispering app’s dev script to run Vite through Bun, addressing a Node v20 ERR_UNKNOWN_FILE_EXTENSION error when vite.config.ts is loaded during local development (Closes #1561).
Changes:
- Update
apps/whispering’sdev:webscript fromvite devtobun --bun vite devto avoid the.tsconfig extension error.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
hey @sarthakNITT thanks for the fix. could you also apply the same changes to these apps? epicenter/apps/fuji/package.json Lines 7 to 9 in 6094317 epicenter/apps/honeycrisp/package.json Lines 10 to 12 in 6094317 |
|
@thisisharsh7 Done. |
|
thanks a lot! braden will do the final review 👍 |
|
Sure. |
|
@thisisharsh7 Sorry, I missed that. I've fixed code as per review👍 |
bun run devwith node version v20.19.0Closes #1561