FastWave2.0/backend/globals.js
2024-11-08 21:35:07 +01:00

6 lines
224 B
JavaScript

// -- Excalidraw settings --
// @TODO replace with "true" once Preact is integrated to ExcalidrawCanvas
var process = { env: { IS_PREACT: "false" } };
window.__REACT_DEVTOOLS_GLOBAL_HOOK__ = { isDisabled: true };
// -- / --