create-nextly-app 0.0.2-alpha.11 → 0.0.2-alpha.12

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.
@@ -25044,6 +25044,10 @@ async function generatePackageJson(projectName, database, useYalc = false, proje
25044
25044
  // don't ship a /search page simply won't invoke it.
25045
25045
  pagefind: "^1.1.0"
25046
25046
  };
25047
+ const onlyBuiltDependencies = ["sharp", "esbuild", "unrs-resolver"];
25048
+ if (database.type === "sqlite") {
25049
+ onlyBuiltDependencies.push("better-sqlite3");
25050
+ }
25047
25051
  const pkg = {
25048
25052
  name: projectName,
25049
25053
  version: "0.1.0",
@@ -25074,7 +25078,10 @@ async function generatePackageJson(projectName, database, useYalc = false, proje
25074
25078
  "types:generate": "nextly generate:types"
25075
25079
  },
25076
25080
  dependencies,
25077
- devDependencies
25081
+ devDependencies,
25082
+ pnpm: {
25083
+ onlyBuiltDependencies
25084
+ }
25078
25085
  };
25079
25086
  return JSON.stringify(pkg, null, 2) + "\n";
25080
25087
  }
@@ -28831,5 +28838,5 @@ async function createNextly(options = {}) {
28831
28838
  */
28832
28839
 
28833
28840
  export { __commonJS, __require, __toESM, capture, createNextly, init, resolveProjectArg, shutdown, validateProjectName };
28834
- //# sourceMappingURL=chunk-RPGFJSDP.mjs.map
28835
- //# sourceMappingURL=chunk-RPGFJSDP.mjs.map
28841
+ //# sourceMappingURL=chunk-HUETNHOV.mjs.map
28842
+ //# sourceMappingURL=chunk-HUETNHOV.mjs.map