Skip to content

Commit 2cfaf69

Browse files
committed
Tweaked instructions
1 parent 7fedf60 commit 2cfaf69

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/copilot-instructions.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ Located in the `src/Exceptionless.Web/ClientApp` directory.
3737
- Follow the Composite Component Pattern.
3838
- Organize code into vertical slices (e.g., features aligned with API controllers) and maintain shared components in a central folder.
3939
- 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.
4041
- **Do NOT** use any server-side Svelte features.
4142

4243
- **UI, Accessibility & Testing:**

0 commit comments

Comments
 (0)