-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(vite): ensures the paths are correctly formatted for all os #534
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
1 Skipped Deployment
|
@shivam-sharma7 is attempting to deploy a commit to the Zuplo WWW Team on Vercel. A member of the Team first needs to authorize it. |
@mosch actually @dan-lee made some change recent which also not worked for me, you can verify here: https://github.com/shivarm/zudoku/blob/1a3204d76a676965e6a5daa80e4dd59d10b35d59/packages/zudoku/src/vite/plugin-api.ts#L178 |
Ah sorry @shivarm, I wanted to fix this in the other PR but it slipped my mind 😵💫 |
No problem let's merge this. |
View your CI Pipeline Execution ↗ for commit a2483e8.
☁️ Nx Cloud last updated this comment at |
Thanks 🙏 |
paths should be correctly formatted, and the import should resolve without errors on all operating systems. This ensures compatibility and avoids issues related to incorrect path formatting
Fixes: #511