Open mattstrayer opened 1 month ago
Hi! This issue is "kind of" tracked here https://github.com/kerwanp/adonis-cockpit/issues/9 Basically Cockpit configure for you @adonisjs/inertia for you but it currently does not configure @adonisjs/vite so you have to do it youself: https://docs.adonisjs.com/guides/basics/vite#vite
Here's a minimal reproduction repo -> https://github.com/mattstrayer/cockpit-repro
this is the text I get when trying to load the root directory or the admin directory
I setup a new project with adonis 6 and used the api template.
I then setup copilot from the
node ace add xxxx
command for cockpit