Matija Fućek
Results
1
issues of
Matija Fućek
Hello 👋 # Context I have configured my project to have the convex directory under the src/deps folder. ```json { "$schema": "https://raw.githubusercontent.com/get-convex/convex-backend/refs/heads/main/npm-packages/convex/schemas/convex.schema.json", "functions": ["src/deps/convex", "src/modules/**/convex"] } ``` Under `src/deps/convex/schema.ts` I...
question