So currently I am trying to set up authentication for my application and I need to wrap the App component of the application inside the Auth0 component but the issue is that the App component is within the index.tsx and this index.tsx file is within the generated directory meaning that if I change anything to index.tsx it will just reset to it’s initial state when I re-run the application. Please I really need help I am a beginner and I need to present this application for monday :( . Please I would really appreciate the help!
As a convenience, Hilla provides a default index.tsx
if you don’t have one explicitly defined. That’s the one you found in your generated folder. You can copy that file into your src/main/frontend
folder and make modifications to it and Hilla will use that instead.
PS. I updated your title to remove “Urgent”. The Vaadin community provides help here on a volunteer basis, there are no priority levels.
1 Like
I am sorry for putting Urgent in the title of my post I did not know this was not the best title to have . Thank you so much for the response!
Omg I just realized what you said is written in comments in the generated index.tsx file. How could I overlook this😭
1 Like