mirror of
https://gitlab.com/timvisee/send.git
synced 2025-12-07 14:40:55 +03:00
added window.app for debugging
This commit is contained in:
@@ -49,6 +49,7 @@ if (process.env.NODE_ENV === 'production') {
|
||||
};
|
||||
|
||||
const app = routes(choo());
|
||||
window.app = app;
|
||||
app.use(metrics);
|
||||
app.use(controller);
|
||||
app.use(dragManager);
|
||||
|
||||
Reference in New Issue
Block a user