Skip to content

Commit

Permalink
Tweaked instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
niemyjski committed Mar 5, 2025
1 parent 7fedf60 commit 2cfaf69
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/copilot-instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ Located in the `src/Exceptionless.Web/ClientApp` directory.
- Follow the Composite Component Pattern.
- Organize code into vertical slices (e.g., features aligned with API controllers) and maintain shared components in a central folder.
- Use **kebab-case** for filenames and directories (e.g., `components/event-overview.svelte`).
- Reexport generated code `src/Exceptionless.Web/ClientApp/src/lib/generated` from the respective feature models folder.
- **Do NOT** use any server-side Svelte features.

- **UI, Accessibility & Testing:**
Expand Down

0 comments on commit 2cfaf69

Please sign in to comment.