Skip to content

Commit

Permalink
fix: entrypoint vue
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien-R44 committed Mar 8, 2024
1 parent ec7b8cc commit 66b90da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stubs/vue/root.edge.stub
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<title inertia>AdonisJS x Inertia x VueJS</title>

{{ "@vite(['inertia/app.ts', `inertia/pages/${page.component}.vue`])" }}
{{ "@vite(['inertia/app/app.ts', `inertia/pages/${page.component}.vue`])" }}
@inertiaHead()
</head>

Expand Down

0 comments on commit 66b90da

Please sign in to comment.