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
If source auto-imports module, it will import client module which is closer on the filesystem. I think it should instead prefer the server module closer in the sourcemap when available, or that there should be an option for this behavior.
The text was updated successfully, but these errors were encountered:
Consider a directory structure like this, assuming
global_code.server
andlobby.code.server
would both synchronize as folders inServerScriptService
:If
source
auto-importsmodule
, it will import clientmodule
which is closer on the filesystem. I think it should instead prefer the servermodule
closer in the sourcemap when available, or that there should be an option for this behavior.The text was updated successfully, but these errors were encountered: