Hi,
I tried disabling CORS in Chrome with this command:
open /Applications/Google\ Chrome.app --args --user-data-dir="/var/tmp/Chrome dev session" --disable-web-security
And it works fine. But I was wondering if there's a way to do it with ojet serve with an option or some other way so that when we run ojet serve it will always open Chrome in this mode?
Thanks.