Hi everyone, I use plasmic on my website and it’s deployed online, but i want to add some components that i made in my next.js app to my plasmic project, is it possible to link my next app with my plasmic project to test in local without breaking my website that is deployed ?
You can just do work on localhost, it should not affect your live site (make sure your live site wasn’t using preview
mode in the loader)
Thank you i’ll try !