Skip to content

Commit

Permalink
feat: added async loading support
Browse files Browse the repository at this point in the history
  • Loading branch information
agliga committed Nov 11, 2024
1 parent c006353 commit d97da5c
Show file tree
Hide file tree
Showing 33 changed files with 415 additions and 574 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
*.log
node_modules
!src/node_modules
.cache
static
snapshots
Expand Down
3 changes: 2 additions & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ static/
dist/
docs/
_cdn/
__snapshots__/
__snapshots__/
!src/node_modules
5 changes: 4 additions & 1 deletion .prettierrc.json
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
{}
{
"$schema": "https://json.schemastore.org/prettierrc",
"plugins": ["prettier-plugin-packagejson"]
}
1 change: 1 addition & 0 deletions .storybook/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ export default {
const { mergeConfig } = await import("vite");
return mergeConfig(config, {
plugins: [rawMarkdown],

});
},
};
182 changes: 182 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit d97da5c

Please sign in to comment.