-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Open
Description
Description
- When running local development commands, they take significantly longer than expected.
- This delay can make testing and development frustrating, as it slows down the iteration process.
- The issue seems to be related to how certain tasks are handled or dependencies are loaded.
To Reproduce
- Clone the Base Node repository and set up the project.
- Run any local development command (like
npm startornpm run dev). - Observe how long it takes to start or complete the task.
Expected behavior
- The local development commands should run faster.
- The setup or commands should be optimized to reduce the overall time spent waiting.
Proposed solution
- Investigate and optimize tasks that might be causing delays (e.g., unnecessary dependency loading or unoptimized scripts).
- Add performance improvements to speed up the development workflow.
Metadata
Metadata
Assignees
Labels
No labels