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
Hi! I'm testing a tool I'm building to upload CI artifacts to blob storage for browser viewing, and I've found the way config-inspector produces outputs makes it impossible to serve in a sub-directory of a storage service, I think because it uses absolute paths like href="/_nuxt/entry.DAgL5oUi.css" rather than href="./_nuxt/entry.DAgL5oUi.css".
Hi! I'm testing a tool I'm building to upload CI artifacts to blob storage for browser viewing, and I've found the way config-inspector produces outputs makes it impossible to serve in a sub-directory of a storage service, I think because it uses absolute paths like
href="/_nuxt/entry.DAgL5oUi.css"
rather thanhref="./_nuxt/entry.DAgL5oUi.css"
.Example: https://www.artifact.ci/artifact/blob/mmkal/artifact.ci/10656694828/eslint/.eslint-config-inspector/index.html (renders blank, this is mostly to show the URL structure I'm hoping to get working. Example of the same idea working for vitest: https://www.artifact.ci/artifact/blob/mmkal/artifact.ci/10656694828/vitest/vitest/html/index.html)
You can repro it by running
npx @eslint/config-inspector build
and then doingserve .
rather thanserve .eslint-config-inspector
.The text was updated successfully, but these errors were encountered: