Advertisement
Guest User

Untitled

a guest
Sep 27th, 2016
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. config :myapp, Myapp.Endpoint,
  2. http: [port: 4000],
  3. debug_errors: false,
  4. code_reloader: true,
  5. check_origin: false,
  6. watchers: [node: ["node_modules/brunch/bin/brunch", "watch", "--stdin",
  7. cd: Path.expand("../", __DIR__)]]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement