You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CLAUDE.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,6 +68,10 @@ vite dev # runs dev script from package.json
68
68
- Only convert to std paths when interfacing with std library functions, and this should be implicit in most cases thanks to `AsRef<Path>` implementations
69
69
- Add necessary methods in `vite_path` instead of falling back to std path types
70
70
71
+
## Git Workflow
72
+
73
+
- Run `vite fmt` before committing to format code
74
+
71
75
## Quick Reference
72
76
73
77
-**Compound Commands**: `"build": "tsc && rollup"` splits into subtasks
0 commit comments