You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to initialise the project what I'd like to do is something like
exo workspace init
exo start db
npx prisma migrate dev
exo stop db
In practice this doesn't work because exo apply is never called. But if I call exo apply that then runs every service, some of which misbehave if I haven't yet performed the initialisation.
The text was updated successfully, but these errors were encountered:
In order to initialise the project what I'd like to do is something like
In practice this doesn't work because
exo apply
is never called. But if I callexo apply
that then runs every service, some of which misbehave if I haven't yet performed the initialisation.The text was updated successfully, but these errors were encountered: