This website requires JavaScript.
Explore
Help
Sign In
embarklabs
/
embark
mirror of
https://github.com/embarklabs/embark.git
Watch
2
Star
0
Fork
You've already forked embark
0
Code
Issues
Projects
Releases
Wiki
Activity
fc27e710fc
embark
/
templates
/
boilerplate
/
config
/
webserver.js
7 lines
94 B
JavaScript
Raw
Normal View
History
Unescape
Escape
convert json configs to js configs
2018-06-12 16:59:31 +00:00
module
.
exports
=
{
enabled
:
true
,
host
:
"localhost"
,
openBrowser config option
2018-09-17 22:53:27 +00:00
openBrowser
:
true
,
convert json configs to js configs
2018-06-12 16:59:31 +00:00
port
:
8000
add semicolons
2018-06-18 20:04:35 +00:00
}
;