You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is no problem with the use of the library with a Vite et Vue project alone.
It seems to be a problem with Vite or AdonisJS, but the error is not very explicit.
Logs
[ info ] starting HTTP server...
Debugger attached.
failed to load config from /Users/kamil/Documents/projects/myproject/vite.config.ts
TypeError: The URL must be of scheme file
Package version
1.2.3
Context
Hello, a few weeks ago, the Nuxt team made the Nuxt UI v3 component library compatible with standalone Vue projects.
I've been looking for a solution to use it with Inertia and AdonisJS, but I get an unexpected error:
Describe the bug
Here's the procedure I followed:
After creating a fresh AdonisJS project with the Inertia and Vue 3 starter kit
Then I followed this procedure to add NuxtUI to the project
Here I already have a problem: I can't launch the application.
Here is the Replit to reproduce
https://replit.com/@kamilcaglarcont/Adonis-x-Inertia-x-Vue-3-x-Nuxt-UI?v=1
Additional context
Logs
No more logs even with
DEBUG=vite:*
Reproduction repo
https://replit.com/@kamilcaglarcont/Adonis-x-Inertia-x-Vue-3-x-Nuxt-UI?v=1
The text was updated successfully, but these errors were encountered: