Is there a way to set my appwrite cli config json file name to something other than appwrite.json. If i have it in the root of the project any js import from appwrite tries to look for the modules inside of the json file instaead of my node modules
TL;DR
Developers are experiencing import errors when the appwrite CLI's appwrite.json file is in the root of the project. This causes the JS import from appwrite to search for modules inside the json file instead of the node modules folder.