Skip to content

Commit

Permalink
fix: type error in legacy generator
Browse files Browse the repository at this point in the history
  • Loading branch information
gregnr committed Sep 19, 2023
1 parent 42d88ee commit 7aede7e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/docs/generator/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ const main = (command: string[], options: any) => {
}

// Run everything
/* @ts-ignore - required for Next.js build */
const argv = minimist(process.argv.slice(2))
main(argv['_'], argv)

Expand Down

0 comments on commit 7aede7e

Please sign in to comment.