Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: move stubs to inertia/ directory #6

Merged
merged 6 commits into from
Mar 8, 2024

Conversation

Julien-R44
Copy link
Member

@Julien-R44 Julien-R44 commented Mar 8, 2024

We move to a new file structure for inertia apps :
image

  • All code related to inertia will now be located in ./inertia folder instead of ./resources/
  • We group app initialization files to ./inertia/app folder
  • We have now a @adonisjs/tsconfig/tsconfig.client.json from which we extends. it is a more clean
  • Use Inertia in exception handler instead of edge
  • Automatically add two server_error and not_found component pages

@RomainLanz
Copy link
Member

As discussed with @thetutlage, I believe we should also rename root to inertia_layout.edge too.

@Julien-R44 Julien-R44 merged commit 250958b into main Mar 8, 2024
12 checks passed
@Julien-R44 Julien-R44 deleted the feat/move-to-inertia-dir branch March 8, 2024 11:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants