mirror of
https://gitlab.com/timvisee/send.git
synced 2025-12-06 22:20:55 +03:00
committed by
Donovan Preston
parent
b82177dc44
commit
23ecb632eb
@@ -63,10 +63,10 @@ if (process.env.NODE_ENV === 'production') {
|
||||
|
||||
const app = routes(choo());
|
||||
window.app = app;
|
||||
app.use(experiments);
|
||||
app.use(metrics);
|
||||
app.use(controller);
|
||||
app.use(dragManager);
|
||||
app.use(experiments);
|
||||
app.use(pasteManager);
|
||||
app.mount('body');
|
||||
})();
|
||||
|
||||
Reference in New Issue
Block a user