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

Add cache-dir option to avoid running shadow server conflicts #23

Merged
merged 1 commit into from
Apr 25, 2023

Conversation

jo-sm
Copy link
Contributor

@jo-sm jo-sm commented Apr 25, 2023

If you have another running shadow-cljs instance running, like for your main app, or run Jest before running the main app, the second will err complaining that another instance is running. This PR fixes that by setting the cache-dir to .jest/shadow (although it doesn't seem to actually change anything except where shadow-cljs looks for an open http.port and etc. files).

@jo-sm jo-sm merged commit b739282 into master Apr 25, 2023
@jo-sm jo-sm deleted the cache-dir branch April 25, 2023 11:05
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.

1 participant