mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
mascara - server - prepare to serve popup
This commit is contained in:
parent
4cfcb4452a
commit
5126ddaf0c
@ -19,8 +19,10 @@ iframeServer.get('/controller.js', function(req, res){
|
|||||||
res.send(controllerBundle.latest)
|
res.send(controllerBundle.latest)
|
||||||
})
|
})
|
||||||
|
|
||||||
// serve static
|
// serve background controller
|
||||||
iframeServer.use(express.static('./server'))
|
iframeServer.use(express.static('./server'))
|
||||||
|
// serve popup window
|
||||||
|
// iframeServer.use('/popup', express.static('../dist/chrome'))
|
||||||
|
|
||||||
iframeServer.listen('9001')
|
iframeServer.listen('9001')
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user