I see that having python and nextjs configs in one repo are hard to maintain and hard to work through in my opinion. (I could be wrong too)
Not exactly an issue right now but it might have some confusion when we try to deploy and the codebase gets bigger. Nextjs files and folders are messy in nature, it might potentially cover up all our core features and files. For example, testing, Docker, github actions, documentations etc etc
I see that having python and nextjs configs in one repo are hard to maintain and hard to work through in my opinion. (I could be wrong too)
Not exactly an issue right now but it might have some confusion when we try to deploy and the codebase gets bigger. Nextjs files and folders are messy in nature, it might potentially cover up all our core features and files. For example, testing, Docker, github actions, documentations etc etc
I am open to discuss!