typescript and src/
when I run
npx convex dev it creates a convex/_generated in the root level of my project. Instead i keep all my TS code in
src/I tried adding a symlink inside src/convex to the root level
_generated but getting:
(the convex dev script is running)
is there some other magic I have to set?
I note there's also a tsconfig inside the convex dir, with
I wonder if that will conflict with the rest of my app?
also noting the .js files are side by side in the convex output, whereas I usually build all to
/dist before deploying.using
/src and /dist is fairly standard for a TS project, so maybe I'm missing something why I can't get started