apstanisic / zmaj

Zmaj is a headless CMS for managing database
https://zmaj.vercel.app
MIT License
5 stars 0 forks source link

Do not instantiate whole app to run migrations with CLI #47

Closed apstanisic closed 1 year ago

apstanisic commented 1 year ago

Currently whole app is created so we have access to all the services. Create MigrationsService manually