You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm hoping to be able to access the host/__inspect page of vite-plugin-inspect and it seems like @vinxi/devtools provides that somehow. I can't find any documentation on it in the vinxi repo, and am not sure it's what I should be using.
I also can't find anything about using vite-plugin-inspect with solid start. Vinxi has a --devtools flag but I can't figure out if it does anything. I've tried both /__devtools and /__inspect but both return 404. I read a bit of the vinxi code, but it's not very readable. It seems to be using the urls I've tried in the code, but they don't work.
vite-plugin-inspect similarly doesn't seem to do anything in dev mode, although it's unclear if I'm doing something wrong there. I placed the plugin in the right spot and I can look at it's output by building the project and calling pnpx serve on the output artifacts. As the vinxi build is pretty slow, that is not a good DX.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm hoping to be able to access the
host/__inspect
page ofvite-plugin-inspect
and it seems like@vinxi/devtools
provides that somehow. I can't find any documentation on it in the vinxi repo, and am not sure it's what I should be using.I also can't find anything about using
vite-plugin-inspect
with solid start. Vinxi has a--devtools
flag but I can't figure out if it does anything. I've tried both/__devtools
and/__inspect
but both return 404. I read a bit of the vinxi code, but it's not very readable. It seems to be using the urls I've tried in the code, but they don't work.vite-plugin-inspect
similarly doesn't seem to do anything in dev mode, although it's unclear if I'm doing something wrong there. I placed the plugin in the right spot and I can look at it's output by building the project and callingpnpx serve
on the output artifacts. As the vinxi build is pretty slow, that is not a good DX.Beta Was this translation helpful? Give feedback.
All reactions