Move local development openSCAD url to env vars #243
Reference in New Issue
Block a user
Delete Branch "kurt/242"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I think this make it easier to swap between using the aws endpoint and
local endpoint but without having to worry about accidentally committing
the local endpoint if you absent mindedly staging everything, and it
still defaults to aws so it's easy setup for anyone doing a fresh clone.
add OPENSCAD_BASE_URL="http://localhost:8080" to you .env file.
You will have to restart yarn rw dev for the url to swap over though.
I'm not sure if you set up the local aws stuff or not, but just an FYI for future if you do @franknoirot
Resolves #242