Biomes is an open source sandbox MMORPG built for the web using web technologies such as Next.js, Typescript, React and WebAssembly.
2.54k
stars
303
forks
source link
Report missing assets on `./b data-snapshot run` #79
Closed
DevinLeamy closed 1 year ago
copilot:poem
Public Changelog
main
can cause fetched assets to become out of sync. This results in 404s when running from a snapshot.asset_versions.json
have been downloaded locally, during./b data-snapshot run
.You can also run the check manually:
Why
how
copilot:walkthrough