Skip to content

Instantly share code, notes, and snippets.

@kevinwo
Created January 10, 2018 03:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kevinwo/f7ab64b264249494be79178e124ef12f to your computer and use it in GitHub Desktop.
Save kevinwo/f7ab64b264249494be79178e124ef12f to your computer and use it in GitHub Desktop.
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