Hi there,
I have a simple web app that I’m building. File structure is:
supplement-app
|–frontend
|–backend
|–etc.
I was able to get composer to read and refactor my frontend folder but now it isn’t seeing it. It can only access the backend folder. How do I fix this?
Composer should be able to see the frontend code for sure. What sort of prompts are you using? Are you @-including files from the frontend?
yeah it’s weird. it was able to read the frontend folder literally a couple of hours ago. I was able to use composer to re-initialize the frontend after I moved around and deleted a few files.
It’s now throwing an error
I think it might be due to the integration with Replit. I’m creating a repo and cutting off the integration to see if it works better. I’ll let you know how it goes.
In the interim, if you have any ideas, please let me know
So it turns out that Replit was causing the issue. I downloaded the project, rebuilt it on my local device, and ran the composer query again and it works. It can read the frontend files.
Please close this ticket / post
1 Like