Skip to content

Commit

Permalink
refactor(website): migrate to vite (#959)
Browse files Browse the repository at this point in the history
* refactor: migrate to vite

* fix: add top level await plugin

* fix: top level await target

* fix: docs path

* chore: unused import

* fix: only make ssr build tla friendly

* fix: tla in client bundle

* fix: migrate to react 19 canary

* fix: sidebar styling

* chore: upgrade dependencies
  • Loading branch information
ayuhito committed Apr 14, 2024
1 parent d94c4a3 commit c4a14ab
Show file tree
Hide file tree
Showing 19 changed files with 2,090 additions and 1,296 deletions.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ insert_final_newline = true
trim_trailing_whitespace = true
max_line_length = 80

[*.{js,cjs,ts,tsx}]
[*.{js,cjs,mjs,ts,tsx}]
quote_type = single

[*.{md, mdx}]
Expand Down

0 comments on commit c4a14ab

Please sign in to comment.