You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently when testing locally you have to manually switch all the URLs to point to localhost instead of Tsitu. This is a pain in the pita.
We should instead have a build flag decide which URL to point at. This decreases the likelihood of someone committing localhost URLs too.
Xellis suggests looking at webpack.
Xellis also suggests customizing http-server to disable caching and allow CORS from all origins in the dev build
This should all be documented
The text was updated successfully, but these errors were encountered:
Currently when testing locally you have to manually switch all the URLs to point to localhost instead of Tsitu. This is a pain in the pita.
We should instead have a build flag decide which URL to point at. This decreases the likelihood of someone committing localhost URLs too.
Xellis suggests looking at webpack.
Xellis also suggests customizing http-server to disable caching and allow CORS from all origins in the dev build
This should all be documented
The text was updated successfully, but these errors were encountered: