Connecting VS Studio with Webstudio for Local and Production Development
Connecting VS Studio with Webstudio for Local and Production Development
At a glance
The community members are discussing ways to connect Visual Studio (VS) Studio with Webstudio for local and production development. They mention using Finsweet's TypeScript template and Vite combined with Cloudflare Workers, but are looking for a solution that allows them to push scripts directly to production smoothly. The comments suggest embedding the scripts into the website, using a staging environment to test changes before pushing to production, and potentially using GitHub to host the scripts and embed them via a CDN like jsDelivr.
Hey is there a way to easily connect VS Studio with Webstudio for local development and maybe even production development?
I know finsweet has a github dev template based on typescript, and some others used Vite combined with cloudfare workers. But yet to find a solution that let’s me push scripts directly to production smoothly.