Skip to content

refactor: optimize Fiber app initialization to use singleton pattern#1

Open
luke-hiiot wants to merge 3 commits intonkaewam:mainfrom
luke-hiiot:main
Open

refactor: optimize Fiber app initialization to use singleton pattern#1
luke-hiiot wants to merge 3 commits intonkaewam:mainfrom
luke-hiiot:main

Conversation

@luke-hiiot
Copy link

Refactored Fiber app initialization to use a singleton pattern.

ProvideFiberApp() now returns the same global fiber.App instance.

Ensures consistent middleware and router registration.

Prevents multiple instances and potential port conflicts.

just do it added 3 commits September 1, 2025 17:55
…aths CLAUDE.md and enhance scanner to include full package paths

- Add CLAUDE.md for project guidance
- Update scanner to extract and use full package paths
- Modify RouteGenerator to derive import paths from full package paths
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

Comments