Skip to content

Commit 43fd067

Browse files
committed
chore: update dependencies and refactor code structure
- Updated package dependencies in package.json and package-lock.json to ensure compatibility and security. - Changed the development script to use 'tsx' instead of 'ts-node' for improved performance. - Refactored the Mastra initialization in src/mastra/index.ts to remove the weatherAgent and streamline the agent setup. - Deleted the unused src/mastra/agents/index.ts file to clean up the codebase. - Removed the obsolete tsconfig.json file from src/mastra for better organization. - Added a new .vscode/settings.json file to configure spell checking for the project. - Adjusted TypeScript configuration in tsconfig.json to target ES2022 and use NodeNext module resolution.
1 parent 0489179 commit 43fd067

File tree

9 files changed

+3488
-1851
lines changed

9 files changed

+3488
-1851
lines changed

.vscode/settings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"cSpell.words": ["Mastra"]
3+
}

0 commit comments

Comments
 (0)