sparse-intern-71089
08/24/2020, 11:30 PMlittle-cartoon-10569
08/24/2020, 11:33 PMindex.js
and replace if with if (pulumi.getStack() == 'quick-demo') { SetUpQuickDemoStack(); } else { SetUpNormalStack(); ]
? Those two functions would be imported from quick-demo.js
and normal-stack.js
, or whatever.