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
799a87f35e
embark
/
templates
/
demo
/
config
/
webserver.js
6 lines
73 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"
,
port
:
8000
add semicolons
2018-06-18 20:04:35 +00:00
}
;