data-tsd-source route prefix #455
nickradford
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a monorepo where my tanstack app is in
but the data-tsd-source for everything rightfully assumes the root of the tanstack app to start the path to the component.
When using a tool like agentation, that causes extra work for ai agents that I'm running from the root of my monorepo where it tries to read the file indicated by data-tsd-source, needing to fall back to greping the repo to find the true path of the file.
Would it be possible to add a way to configure the rootDir or something so essentially the tsd-source is prefixed by a defined string?
Something like
Beta Was this translation helpful? Give feedback.
All reactions