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