mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-23 02:10:12 +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)
|
||||
})
|
||||
|
||||
// serve static
|
||||
// serve background controller
|
||||
iframeServer.use(express.static('./server'))
|
||||
// serve popup window
|
||||
// iframeServer.use('/popup', express.static('../dist/chrome'))
|
||||
|
||||
iframeServer.listen('9001')
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user