Open astoilkov opened 7 months ago
Currently data-source-loc is added only to files inside the cwd. However, a mono-repo might benefit from having this condition disabled.
data-source-loc
cwd
https://github.com/thetarnav/solid-devtools/blob/d2fdac53ac79c8aa58b2cacfd08d2b90b27fb191/packages/main/src/vite/location.ts#L61
Currently
data-source-loc
is added only to files inside thecwd
. However, a mono-repo might benefit from having this condition disabled.https://github.com/thetarnav/solid-devtools/blob/d2fdac53ac79c8aa58b2cacfd08d2b90b27fb191/packages/main/src/vite/location.ts#L61