How to add a folder to a second-level path? #710
-
|
As stated in the docs, {
"name": "betterAuth",
"add": "when-added",
"type": "convex",
"files": [
{
"path": "src/convex/betterAuth",
"files": [
{
"path": "src/convex/betterAuth/_generated" // folder
},
{
"path": "src/convex/betterAuth/adapter.ts"
},
{
"path": "src/convex/betterAuth/auth.ts"
},
{
"path": "src/convex/betterAuth/convex.config.ts"
},
{
"path": "src/convex/betterAuth/schema.ts"
}
]
}
]
} |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
|
It should still work for second level paths this is probably a bug... |
Beta Was this translation helpful? Give feedback.
-
|
@mmailaender ahh nevermind I see the problem. So all files declared inside of a folder should have paths relative to the parent folder. So in this case you need to make the path just |
Beta Was this translation helpful? Give feedback.

@mmailaender ahh nevermind I see the problem. So all files declared inside of a folder should have paths relative to the parent folder. So in this case you need to make the path just
_generated