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
{{ message }}
This repository was archived by the owner on May 20, 2020. It is now read-only.
In 718768e, we added a build.rs to properly package up the assets.
The problem is, I just spent about two hours debugging a problem that boiled down to "hey steve had a data.json file lying inside of frontend/dist for some reason. So my code was writing out a data.json, only to immediately be overwritten by the old file. Ugh!
We can't do a literal whitelist because of the hashes, but maybe blacklisting other files isn't good... I dunno.