Datawheel / canon

Reusable React environment and components for creating visualization engines.
GNU General Public License v3.0
27 stars 7 forks source link

First canon-next iteration #1377

Closed scespinoza closed 1 year ago

scespinoza commented 1 year ago

Notes:

EDIT: you'll see that I had to setup a proxy for the canon API, this is because tsup transpile the env vars references with object destructuring, which doesn't work in next (as we already talked about). I couldn't find a way for tsup to not do that. So I thought the best way was to take out all the env vars from the file and point canon-next to a known api endpoint.

EDIT2: @davelandry no proxy just env variables