Skip to content

Optimize config, entrypoint, and Deno configurations #3431

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 4 commits into
base: develop
Choose a base branch
from

Conversation

Soumojit-007
Copy link

@Soumojit-007 Soumojit-007 commented Apr 13, 2025

What kind of change does this PR introduce?

Streamlined config.toml,index.ts and deno.json
No new features or bug fixing,purely optimization

What is the current behavior?

Configurations were verbose and harder to maintain
Entrypoint (index.ts) had redundant logic
Deno dependencies weren't fully leveraging modern features

What is the new behavior?

config.toml : Simplified structure,remove unused settings
index.ts: Reorganised logic for faster execution
deno.json: Updated imports and optimized task runners
(No visual changes-backend-only optimization)

Additional context

deno test passes

Suggested labels:
refractor,performance,backend

…son files to enhance efficiency, readability, and overall performance. The changes include streamlined configurations, improved code organization, and updated dependencies for better compatibility.
@Soumojit-007 Soumojit-007 requested a review from a team as a code owner April 13, 2025 21:51
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