Skip to content

Commit

Permalink
Add entrypoint description
Browse files Browse the repository at this point in the history
  • Loading branch information
Exidex committed Mar 9, 2024
1 parent 949a373 commit e0a4d5c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ const Manifest = z.strictObject({
entrypoint: z.array(z.strictObject({
id: z.string(),
name: z.string(),
description: z.string(),
path: z.string(),
type: z.enum(["command", "view", "inline-view"]),
preferences: z.optional(z.array(preferences)),
Expand Down

0 comments on commit e0a4d5c

Please sign in to comment.