added window.app for debugging
This commit is contained in:
parent
2c12b614f0
commit
e5f9673521
2 changed files with 2 additions and 1 deletions
|
@ -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);
|
||||
|
|
|
@ -58,7 +58,7 @@ module.exports = function(state, body = '') {
|
|||
<link
|
||||
rel="mask-icon"
|
||||
href="${assets.get('safari-pinned-tab.svg')}"
|
||||
color="#5bbad5"
|
||||
color="#838383"
|
||||
/>
|
||||
<script defer src="${assets.get('app.js')}"></script>
|
||||
</head>
|
||||
|
|
Loading…
Reference in a new issue