We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9757b69 + c86778b commit 9c89395Copy full SHA for 9c89395
packages/api/src/models/server.ts
@@ -5,7 +5,7 @@ import { ExtPackageJson, KunkunExtManifest } from "./manifest"
5
export const ExtPublishSourceTypeEnum = {
6
jsr: "jsr",
7
npm: "npm"
8
-}
+} as const
9
10
export const ExtPublishMetadata = v.object({
11
source: v.optional(v.string("Source of the extension (e.g. url to package)")),
0 commit comments