You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a great library - thank you! Is there an API to update the code for a running stlite app? I'm able to mount code, and I have a monaco editor, but when I change the code and .mount again, I see the toasts, but the code doesn't change.
I noticed you have a save button here: https://edit.share.stlite.net/ and are able to detect code changes to reload the code. How can I do that?
stlite.mount() returns a controller object that has some methods to install packages and manipulate files on the virtual file system after mounting the app.
No description provided.
The text was updated successfully, but these errors were encountered: