@rebasepro/cli 0.16.1-canary.gef08a6e → 0.17.0

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.es.js CHANGED
@@ -2164,7 +2164,7 @@ async function applyHeadless(targetDirectory, headless) {
2164
2164
  recursive: true,
2165
2165
  force: true
2166
2166
  });
2167
- for (const stray of ["admin.d.ts", "frontend-assets.d.ts"]) fs.rmSync(path.join(targetDirectory, "config", stray), { force: true });
2167
+ for (const stray of ["cms.d.ts", "frontend-assets.d.ts"]) fs.rmSync(path.join(targetDirectory, "config", stray), { force: true });
2168
2168
  fs.rmSync(path.join(targetDirectory, "backend", "src", "schema.generated.ts"), { force: true });
2169
2169
  const overlayDir = path.resolve(cliRoot, "templates", "overlays", "baas");
2170
2170
  if (!fs.existsSync(overlayDir)) {