Skip to content

Commit df057ee

Browse files
committed
add default proxy address to .ember-cli
so you don't need to remember running "ember s" with: "--proxy http://localhost:8888"
1 parent 898edd7 commit df057ee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.ember-cli

+1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@
55

66
Setting `disableAnalytics` to true will prevent any data from being sent.
77
*/
8+
"proxy": "http://127.0.0.1:8888/",
89
"disableAnalytics": false
910
}

0 commit comments

Comments
 (0)