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

Fix GUI dev command (by not trying to kill the process) #22

Merged
merged 1 commit into from
Mar 8, 2022

Conversation

venashial
Copy link
Contributor

The pnpm dev command used to always try to kill the SvelteKit process, because of tauri-apps/tauri#2794, but that bug doesn't always happen, so the process killing has been moved to the pnpm kill:web command. See the readme:

If after quitting the dev process, you find that the SvelteKit process is still running (or preventing you from restarting the dev command), run pnpm kill:dev

@Geometrically Geometrically merged commit 98aa66f into master Mar 8, 2022
@Geometrically Geometrically deleted the gui_fix-dev-command branch March 8, 2022 05:47
enderger pushed a commit to enderger/theseus that referenced this pull request Jun 25, 2022
Geometrically pushed a commit that referenced this pull request Jul 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants