create-stardrive 1.2.0 → 1.2.2

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.
Files changed (2) hide show
  1. package/bin/index.js +10 -2
  2. package/package.json +1 -1
package/bin/index.js CHANGED
@@ -229,7 +229,8 @@ function removeCloudflare(targetDir2) {
229
229
  "scripts/purgeCloudflareCache.js",
230
230
  "worker-configuration.d.ts",
231
231
  "wrangler.jsonc",
232
- "public/_headers"
232
+ "public/_headers",
233
+ "public/_redirects"
233
234
  ]);
234
235
  editFile(targetDir2, "astro.config.ts", (content) => {
235
236
  const withoutImport = removeLines(
@@ -390,7 +391,14 @@ import fs3 from "node:fs";
390
391
  import os from "node:os";
391
392
  import path3 from "node:path";
392
393
  import { execSync as execSync2 } from "node:child_process";
393
- var TRIM_ENTRIES = ["scripts/syncVersion.js", ".ai/TRIMMING_GUIDE.md", "SECURITY.md", ".github"];
394
+ var TRIM_ENTRIES = [
395
+ "scripts/syncVersion.js",
396
+ ".ai/TRIMMING_GUIDE.md",
397
+ "SECURITY.md",
398
+ "CHANGELOG.md",
399
+ "repository-header.png",
400
+ ".github"
401
+ ];
394
402
  var STALE_LOCKFILES = [
395
403
  "package-lock.json",
396
404
  "pnpm-lock.yaml",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-stardrive",
3
- "version": "1.2.0",
3
+ "version": "1.2.2",
4
4
  "description": "This is the launchpad application to create the Astro Stardrive boilerplate.",
5
5
  "bin": {
6
6
  "create-stardrive": "bin/index.js"