4 lines
60 B
TypeScript
4 lines
60 B
TypeScript
(window as any).process = {
|
|
env: { DEBUG: undefined },
|
|
};
|
(window as any).process = {
|
|
env: { DEBUG: undefined },
|
|
};
|