Rank 1: Thread
All the templates under https://github.com/appwrite/templates/tree/main/node-typescript/ feature standalone Node.js applications for functions. However more frequently functions are a part of a larger application that involves a client-side part written in React.
Say I have a used the npm create vite@latest command to create a new Vite application with React and Typescript. How then can I have a separate folder for functions with functions in Typescript and then have Appwrite functions pointed to that repo? See the desired directory structure attached.
So far I'm getting an error from Appwrite which, it seems, doesn't know how to work with Typescript out of the box.