Skip to content

Commit

Permalink
chore: missing type
Browse files Browse the repository at this point in the history
  • Loading branch information
mogusbi-motech committed Sep 18, 2024
1 parent 4fc5e07 commit 0123348
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/project-tailwind/.storybook/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { StorybookConfig } from '@storybook/react-vite';
* This function is used to resolve the absolute path of a package.
* It is needed in projects that use Yarn PnP or are set up within a monorepo.
*/
function getAbsolutePath(value) {
function getAbsolutePath(value: string) {
return dirname(require.resolve(join(value, 'package.json')));
}

Expand Down

0 comments on commit 0123348

Please sign in to comment.