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
in the same process of my node application, I'm trying to compile to a stateful simulator (non testing mode) and to a simulator runs in a testing mode.
I tried this:
in the same process of my node application, I'm trying to compile to a stateful simulator (non testing mode) and to a simulator runs in a testing mode.
This happened:
both simulators run in testing mode
I expected this:
the first one to work in regular mode and the last one in testing mode.
Is there a workaround?
No response
Anything else?
wing/libs/wingcompiler/src/compile.ts
Line 158 in b5fa0cb
if you run two compilers in the same process, the last one will override the process.envs with the latest values…
in the console we do exactly that:
wing/apps/wing-console/console/server/src/index.ts
Line 116 in b5fa0cb
and
wing/apps/wing-console/console/server/src/index.ts
Line 136 in b5fa0cb
Wing Version
No response
Node.js Version
No response
Platform(s)
No response
Community Notes
The text was updated successfully, but these errors were encountered: