We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fedf60 commit 2cfaf69Copy full SHA for 2cfaf69
.github/copilot-instructions.md
@@ -37,6 +37,7 @@ Located in the `src/Exceptionless.Web/ClientApp` directory.
37
- Follow the Composite Component Pattern.
38
- Organize code into vertical slices (e.g., features aligned with API controllers) and maintain shared components in a central folder.
39
- Use **kebab-case** for filenames and directories (e.g., `components/event-overview.svelte`).
40
+ - Reexport generated code `src/Exceptionless.Web/ClientApp/src/lib/generated` from the respective feature models folder.
41
- **Do NOT** use any server-side Svelte features.
42
43
- **UI, Accessibility & Testing:**
0 commit comments