Skip to content

Commit

Permalink
chore: csr example wip
Browse files Browse the repository at this point in the history
  • Loading branch information
brofrain committed Oct 25, 2023
1 parent ce700ef commit 021156c
Show file tree
Hide file tree
Showing 6 changed files with 2,159 additions and 0 deletions.
7 changes: 7 additions & 0 deletions examples/csr/.vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"rust-analyzer.check.command": "clippy",
"rust-analyzer.procMacro.ignored": {
"leptos_macro": ["component"]
},
"rust-analyzer.rustfmt.overrideCommand": ["just", "_vscode-fmt"]
}
Loading

0 comments on commit 021156c

Please sign in to comment.