Initial Vite Configuration & addition of prettierrc.
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
export default function InstanceRenderManager({ executeFunction, rome, promanager, imex, debug }) {
|
||||
let propToReturn = null;
|
||||
|
||||
switch (process.env.REACT_APP_INSTANCE) {
|
||||
switch (import.meta.env.VITE_APP_INSTANCE) {
|
||||
case 'IMEX':
|
||||
propToReturn = imex;
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user