Rank 1: Thread
Operating System: MacOS
Appwrite Version: self-hosted 1.8.1
Appwrite CLI Version: 13.2.1
I want to split code up to share it between my functions. At the moment i have signup function and common code only.
I have paths:
- functions/common - my common code
- functions/signup - my function
I have created a relative soft link of my functions/common in functions/signup/src which i have named common.
I used command: ln -s "../../common" "./common" in the functions/signup/src folder
You can see structure of my project on the image.
It seems work but appwrite cli fails when i run my function using appwrite cli command: appwrite run function