this is ?
entry point is where the main directory is
btw i seem to find a bug in it is this the error?
No it said "main already exists"
is this when you choose the existing repo?
yes
now I have created a new repo
but I guess I am lost in github 😉
it's empty I guess since I created it in Github
so entrypoint ?
I thought APPWRITE CLOUD would fill it with necessary elements ?
it does when you create a repo by appwrite infra I think you manually created your own repo
Yes I did
and for the entrypoitn can you provide an ss i am a bit confused/
thats why it did not auto filled it.
Should I delete the repo and do something else with the console ?
sorrry for the delay
the entrypoint refers to your entry file
like index.js
the main file which will act as frnt
just delete the repo
choose a starter template and modify it
should be easier
that's what I thought I was doing 😉
Recommended threads
- Function domain not available
Hello, even tho in docs you clearly describe that every function has its domain, I can not see it anywhere in any of my projects. How do I reveal the url of th...
- Inquiry: How to Reduce Cold Start Durati...
Hey! I was using Python for the function runtime, but after reading that Go has the fastest runtime, I switched my code over to Go. However, I'm still seeing co...
- After a GET request is passed to functio...
Create execution in the console can normally retrieve the get parameters。WHy?