Hey..
Just checking out 8base for the first time and come across the below in the quick start guide.
https://docs.8base.com/docs/getting-started/quick-start
Issue
#Init new 8base project with one function called myCustomResolver
8base init . --functions=resolver:myCustomResolver
This instruction errors...
error: Invalid project name: name cannot start with a period.
error: Time: 3 sec.
Solution
8base init functions --functions=resolver:myCustomResolver
🎉 Project functions was successfully created 🎉
init done. Time: 5,347 sec.```
BUT
To get the functions files into the root directory is the real issue.
Hey..
Just checking out 8base for the first time and come across the below in the quick start guide.
https://docs.8base.com/docs/getting-started/quick-start
Issue
This instruction errors...
Solution
BUT
To get the functions files into the root directory is the real issue.