mirror of
https://github.com/modelstudioai/cli.git
synced 2026-09-14 19:49:23 +08:00
fix(kscli): build entry key rag→kscli to fix publint path mismatch
This commit is contained in:
@@ -3,7 +3,7 @@ import { defineConfig } from "vite-plus";
|
||||
export default defineConfig({
|
||||
pack: {
|
||||
entry: {
|
||||
rag: "src/main.ts",
|
||||
kscli: "src/main.ts",
|
||||
},
|
||||
hash: false,
|
||||
minify: true,
|
||||
|
||||
Reference in New Issue
Block a user