On a slow computer, it can take 40 seconds. Does anyone have ideas on how to speed this up? Can it be done AOT?
Proposed solution
- Knex can create tables right? so why not create it if it doesn't exist? like
mkdir -p
- We could run the migrate process after listen. Not sure if that works.
Reproduction: https://replit.com/new/github/feathersjs/feathers-chat
On a slow computer, it can take 40 seconds. Does anyone have ideas on how to speed this up? Can it be done AOT?
Proposed solution
mkdir -pReproduction: https://replit.com/new/github/feathersjs/feathers-chat