FastWave2.0/backend/globals.js

6 lines
224 B
JavaScript
Raw Normal View History

2024-10-08 17:26:46 +00:00
// -- Excalidraw settings --
// @TODO replace with "true" once Preact is integrated to ExcalidrawCanvas
2024-10-08 16:02:49 +00:00
var process = { env: { IS_PREACT: "false" } };
2024-10-08 17:26:46 +00:00
window.__REACT_DEVTOOLS_GLOBAL_HOOK__ = { isDisabled: true };
// -- / --