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

chore(dev): wait for backend to be ready before starting frontend (fehmer) #5121

Merged
merged 1 commit into from
Feb 26, 2024

Conversation

fehmer
Copy link
Member

@fehmer fehmer commented Feb 24, 2024

Description

Starting monkeytype in dev mode (running npm run dev from the root directory) opens the frontend in the browser before the backend is available, causing the current user to be logged out. This is quite annoying during development because you have to login every time.

With the change we wait for the backend to be available before starting the frontend.

@fehmer fehmer changed the title chore: dev mode: wait for backend to be ready before starting frontend chore: dev mode: wait for backend to be ready before starting frontend (fehmer) Feb 25, 2024
@Miodec Miodec changed the title chore: dev mode: wait for backend to be ready before starting frontend (fehmer) chore(dev): wait for backend to be ready before starting frontend (fehmer) Feb 26, 2024
@Miodec Miodec merged commit 47576df into master Feb 26, 2024
9 checks passed
@Miodec Miodec deleted the feature/wait-for-backend-server-dev branch February 26, 2024 12:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants