Replies: 1 comment
-
For the most part they are separate apps sharing very little. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I was just wondering. When two apps are mounted with
and say
foo1
adds a helper, canfoo2
see that helper and in worst case overwrite it. Or are they properly scoped/namespaced from each other?I'm toying with making a link of app host for several smaller apps. It will run under hypnotoad, and each app will have its own secrets, its own log file, its own method of logging in etc. (I'm using a modified version of the
Mount
plugin). Just wanted to make sure they could not interfere with each other.Beta Was this translation helpful? Give feedback.
All reactions