Skip to content

Commit 9c89395

Browse files
committed
Merge remote-tracking branch 'origin/feature/drizzle' into feature/drizzle
2 parents 9757b69 + c86778b commit 9c89395

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/api/src/models/server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { ExtPackageJson, KunkunExtManifest } from "./manifest"
55
export const ExtPublishSourceTypeEnum = {
66
jsr: "jsr",
77
npm: "npm"
8-
}
8+
} as const
99

1010
export const ExtPublishMetadata = v.object({
1111
source: v.optional(v.string("Source of the extension (e.g. url to package)")),

0 commit comments

Comments
 (0)