-
Notifications
You must be signed in to change notification settings - Fork 0
Development
Markel Cuesta edited this page Dec 21, 2025
·
3 revisions
-
pnpm dev- Run in development mode with tsx -
pnpm build- Compile TypeScript to JavaScript -
pnpm start- Run compiled application
- Create a new file in
src/providers/(e.g.,newprovider.ts) - Implement the
Providerinterface frombase.ts - Add configuration in
src/config/manager.ts - Update the provider switch in
src/index.ts