@weirdfingers/baseboards 0.9.4 → 0.9.5

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
@@ -6566,7 +6566,7 @@ async function assertPrerequisites() {
6566
6566
  }
6567
6567
  }
6568
6568
  function isScaffolded(dir) {
6569
- const keyFiles = ["compose.yaml", "web/package.json", "api/pyproject.toml"];
6569
+ const keyFiles = ["compose.yaml", "web/package.json", "docker/env.example"];
6570
6570
  return keyFiles.every((file) => fs.existsSync(path.join(dir, file)));
6571
6571
  }
6572
6572
  async function findAvailablePort(preferred, maxAttempts = 50) {