gemi 0.41.2 → 0.41.3

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/bin/gemi.js CHANGED
@@ -46087,6 +46087,8 @@ async function createRollupInput_default(appDir) {
46087
46087
  continue;
46088
46088
  if (file === "RootLayout.tsx")
46089
46089
  continue;
46090
+ if (/\.(test|spec)\.tsx$/.test(file))
46091
+ continue;
46090
46092
  entries.add(`/app/views/${file}`);
46091
46093
  }
46092
46094
  return Array.from(entries);
@@ -69178,5 +69180,5 @@ program.command("app:route-manifest").action(async () => {
69178
69180
  });
69179
69181
  program.parse();
69180
69182
 
69181
- //# debugId=CD43D8EB9F64416164756E2164756E21
69183
+ //# debugId=96E85057892F4EE064756E2164756E21
69182
69184
  //# sourceMappingURL=gemi.js.map