Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Can't run a single component without running everything #482

Open
BenElgar opened this issue Nov 5, 2021 · 1 comment
Open

[BUG] Can't run a single component without running everything #482

BenElgar opened this issue Nov 5, 2021 · 1 comment
Labels
bug Something isn't working
Milestone

Comments

@BenElgar
Copy link
Contributor

BenElgar commented Nov 5, 2021

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.

@BenElgar BenElgar added bug Something isn't working needs triage Incoming request that needs to be triaged and prioritized labels Nov 5, 2021
@brandonbloom
Copy link
Member

Related: #324

@brandonbloom brandonbloom added this to the Overhaul milestone Feb 28, 2022
@brandonbloom brandonbloom removed overhaul needs triage Incoming request that needs to be triaged and prioritized labels Feb 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants