Don't use hypens in application names

A friendly reminder not to use hypens in application names.

They break things such as page tabs within the application. After wasting some time, I uploaded the whole thing to ChatGPT and asked it why the tabs where not working. It told me that the hypen in the application name was triggering a bug in the code generator which then broke the generated JS.

Sure enough, I change the application name to not use a hyphen and it’s working fine now.