@officexapp/catalogs-cli 0.4.9 → 0.4.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -1220,6 +1220,7 @@ async function catalogDev(file, opts) {
1220
1220
  const fileName = url.pathname.slice("/__renderer/".length);
1221
1221
  const cliDistDir = dirname2(new URL(import.meta.url).pathname);
1222
1222
  const candidates = [
1223
+ join2(cliDistDir, "renderer", fileName),
1223
1224
  join2(cliDistDir, "../../renderer/dist", fileName),
1224
1225
  join2(cliDistDir, "../../../renderer/dist", fileName)
1225
1226
  ];