Skip to content

Commit

Permalink
chore: apply automated updates
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] committed Feb 21, 2024
1 parent 8be2051 commit 60827b0
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions cli/cli.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,7 @@ import consola from 'consola'
import { getContext } from 'unctx'
import { setupDocs } from './setup.mjs'

const HMRKeys = new Set([
"description",
"shortDescription",
"landing",
])
const HMRKeys = new Set(['description', 'shortDescription', 'landing'])

export function createCLI(opts) {
const sharedArgs = {
Expand Down

0 comments on commit 60827b0

Please sign in to comment.