feat: 2FA UI + modal

This commit is contained in:
NGPixel
2017-06-11 21:11:01 -04:00
committed by Nicolas Giard
parent d7992a5e19
commit 879ca63be5
14 changed files with 130 additions and 38 deletions

View File

@@ -99,14 +99,7 @@ globalTasks.then(() => {
log: true
})
if (dev) {
fuse.dev({
port: 4444,
httpServer: false
})
}
const bundleVendor = fuse.bundle('vendor').instructions('~ index.js')
const bundleVendor = fuse.bundle('vendor').instructions('~ index.js') // eslint-disable-line no-unused-vars
const bundleApp = fuse.bundle('app').instructions('!> [index.js]')
const bundleSetup = fuse.bundle('configure').instructions('> configure.js')