Created
January 10, 2018 03:50
-
-
Save kevinwo/f7ab64b264249494be79178e124ef12f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
config :future_space, MyCoolProject.Endpoint, | |
http: [port: 4000], | |
debug_errors: true, | |
code_reloader: true, | |
check_origin: false, | |
watchers: [node: ["node_modules/webpack/bin/webpack.js", "--watch-stdin", "--progress", "--color", | |
cd: Path.expand("../", __DIR__)]] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment