feat(web): layout & auto-update debug page

This commit is contained in:
Paul Armstrong
2021-01-18 10:49:00 -08:00
committed by Blake Blackshear
parent 26ba29b538
commit 18db6daf0a
4 changed files with 108 additions and 24 deletions

View File

@@ -21,6 +21,7 @@ module.exports = {
},
],
],
routes: [{ match: 'routes', src: '.*', dest: '/index.html' }],
packageOptions: {
sourcemap: false,
},