zalo / CascadeStudio

A Full Live-Scripted CAD Kernel in the Browser
https://zalo.github.io/CascadeStudio/
MIT License
998 stars 122 forks source link

Resolving loading issue of Typescript Intellisense Definitions #141

Closed drb3st closed 2 years ago

drb3st commented 2 years ago

If no prefix is set, the Typescript definitions will be pulled with an absolute Path instead of the current subdir. So the Typescript definitions cannot be found on Servers othe than https://zalo.github.com/ Removed absolute path reference to resolve this issue.

vercel[bot] commented 2 years ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
cascade-studio ✅ Ready (Inspect) Visit Preview Jun 8, 2022 at 10:27PM (UTC)
zalo commented 2 years ago

Thank you for the PR; I’ll check it out soon

zalo commented 2 years ago

Seems good to me 👍