latticexyz / mud

MUD is a framework for building autonomous worlds
https://mud.dev
MIT License
724 stars 181 forks source link

throw namespace length error during config validation #2920

Open holic opened 3 months ago

holic commented 3 months ago

a namespace that is too long will eventually trigger an error via #2917 but it might be worth doing this earlier during config validation step?

not sure if we can or is worth doing this at the type level too