Questions tagged [adonisjs-ace]

AdonisJS Ace is the command line component for AdonisJS.

Ace is command line framework embedded into AdonisJS for creating CLI commands.

The project is under active development at github.com/adonisjs/ace.

62 questions
-1
votes
1 answer

How to download a pdf at adonis 5

Hi Everybody im using adonis 5 in my backend and im saving files at public directory i can to see and to download images but this does not working in pdf file, this working at adonis js 4.1 using adonis drive but drive its not in Adonis 5 there is a…
Gario3
  • 139
  • 2
  • 13
-2
votes
1 answer

How to prevent async - await freezing in javascript?

Good day I have a custom adonisjs command that pulls from an API. async handle (args, options) { // Status // Open = 1979 // Get all jobs with open status. const pullJobController = new PullJobsFromJobAdderController; let token…
Hvel
  • 35
  • 8
1 2 3 4
5