create-adonis-ts-app
create-adonis-ts-app copied to clipboard
feat: configure vite
- Replaces the
--encore
by--bundler [vite, encore]
- Add a prompt to select the bundler
What if we want none?
Maybe we can ask first if people want an asset manager and then ask for the driver?
Oops, you're right, I removed the possibility of not configuring an asset bundle. Thanks
We could also add the option I don't want to bundle my asset
and make it the default.
that's what we do here, right? Or do you mean we should just rename the "None" option?
Oh yes, good like that! The changes were not displayed when I was writing my message. 😄
I'm closing because we will probably take a different approach for create-adonis-ts-app for v6