FastWave2.0/backend/globals.js

8 lines
368 B
JavaScript
Raw Normal View History

2024-10-08 17:26:46 +00:00
// -- Excalidraw settings --
2024-10-08 20:34:32 +00:00
// @TODO replace with "true" once Preact is integrated into ExcalidrawCanvas
2024-10-08 16:02:49 +00:00
var process = { env: { IS_PREACT: "false" } };
2024-10-08 20:34:32 +00:00
// @TODO probably remove or update once Preact is integrated into ExcalidrawCanvas
2024-10-08 17:26:46 +00:00
window.__REACT_DEVTOOLS_GLOBAL_HOOK__ = { isDisabled: true };
2024-10-08 20:34:32 +00:00
window.EXCALIDRAW_ASSET_PATH = "/_api/public/excalidraw/";
2024-10-08 17:26:46 +00:00
// -- / --