Skip to content

Commit 51b2046

Browse files
ryoppippiAmirSa12
authored andcommitted
chore: format
1 parent 936bd38 commit 51b2046

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/app/server/api/repo/search.get.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,4 +264,4 @@ export default defineEventHandler(async (event) => {
264264
},
265265
};
266266
}
267-
});
267+
});

packages/cli/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ const main = defineCommand({
7575
description: "use `yarn pack` instead of `npm pack --json`",
7676
},
7777
bun: {
78-
"type": "boolean",
78+
type: "boolean",
7979
description: "use `bun pm pack` instead of `npm pack --json`",
8080
},
8181
template: {

0 commit comments

Comments
 (0)