I've created some ember g http-mock
s, and they live in my ember app under /server
.
I'd also like to be able to run my ember cli app, proxying all api requests to localhost:3000.
It seems if /server
exists, ember will use it, regardless of the -proxy
flag. I found some discussion about a --no-http-mocks
flag near the end of this issue, but I don't think there's a formal proposal yet.
Is there any hackish intermediate way to get ember cli to ignore /server
, other than by deleting the entire /server
directory?