adonis ace debug vscode
// FOR AdonisJS 5 AND GREATER
{
"version": "0.2.0",
"configurations": [
{
"type": "pwa-node",
"request": "launch",
"name": "Debug Application",
"runtimeExecutable": "node",
"runtimeArgs": [
"ace",
"serve",
"--watch"
],
"internalConsoleOptions": "openOnSessionStart"
}
]
}