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

Cannot Connect Embedded when shadow-cljs.edn is not in root folder #205

Open
skershaw opened this issue Jul 31, 2020 · 3 comments
Open

Cannot Connect Embedded when shadow-cljs.edn is not in root folder #205

skershaw opened this issue Jul 31, 2020 · 3 comments

Comments

@skershaw
Copy link

This is a problem e.g. in a monorepo.

@mauricioszabo
Copy link
Owner

Hi, thanks for the info.

In this case, where does shadow-cljs.edn is located? On which folder? Can you send me an example?

Thanks :)

@skershaw
Copy link
Author

skershaw commented Aug 7, 2020

Unfortunately the repository is private, so I can't share it.

The folder structure is something like:

├── backend
├── frontend
│   ├── .shadow-cljs
│   ├── ...
│   └──  shadow-cljs.edn
...

If it wasn't clear, Chlorine connects as expected when I add a copy of shadow-cljs.edn to the root folder.

Thanks for writing Chlorine! :)

@mauricioszabo
Copy link
Owner

Nice, I just wanted to see how's the structure so I can maybe find out a better way to implement it. Will check how to do it (there was already some experimental code to capture the runtimes, etc, but they used internal APIs of Shadow-CLJS that are not available anymore. The newer version do need to know where .shadow-cljs is, at least, so I can't re-use code).

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

No branches or pull requests

2 participants