I have a problem with my adonis app deployment, I just want to test to host an adonisjs app with netlify but I have got the following error :
Top-level await is currently not supported with the "cjs" output format
Whereas it’s runing great localy, i saw the issue : issue but nothing to do, I have change my type in package json.
This is a basic template adonis app just to try to run it.
I use node version : 20.11.0
If someone can help me !