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
bun run format:check # Check formatting without writing
11
+
```
12
+
13
+
## Code Style
14
+
15
+
- Run `bun run format` before presenting code to the user.
16
+
17
+
## Debug Interface
18
+
19
+
E2E tests use `window.__conduit_debug__` to access app state. See `e2e/helpers/debug.ts` for helpers and implementation examples for Angular/React/Vue.
0 commit comments