Skip to content

Commit

Permalink
remove unused log
Browse files Browse the repository at this point in the history
  • Loading branch information
leehuwuj committed Mar 14, 2024
1 parent ddd2642 commit 296d07b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion helpers/typescript.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ export const installTSTemplate = async ({
console.log("\nUsing static site generation\n");
} else {
if (vectorDb === "milvus") {
console.log("\nUsing Milvus as vector DB\n");
nextConfigJson.experimental.serverComponentsExternalPackages =
nextConfigJson.experimental.serverComponentsExternalPackages ?? [];
nextConfigJson.experimental.serverComponentsExternalPackages.push(
Expand Down

0 comments on commit 296d07b

Please sign in to comment.