From 928e5265a51b89822169d7c1fc9d60c57e1396bc Mon Sep 17 00:00:00 2001 From: Marcus Schiesser <mail@marcusschiesser.de> Date: Tue, 14 Nov 2023 10:50:26 +0700 Subject: [PATCH] fix: use llamaindex version and not create-llama version --- templates/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/index.ts b/templates/index.ts index 98eece52..e45167e0 100644 --- a/templates/index.ts +++ b/templates/index.ts @@ -5,7 +5,7 @@ import fs from "fs/promises"; import os from "os"; import path from "path"; import { bold, cyan } from "picocolors"; -import { version } from "../package.json"; +import { version } from "../../core/package.json"; import { PackageManager } from "../helpers/get-pkg-manager"; import { -- GitLab