mirror of
https://github.com/geoffsee/open-gsio.git
synced 2025-09-08 22:56:46 +00:00
run format
This commit is contained in:

committed by
Geoff Seemueller

parent
02c3253343
commit
f76301d620
@@ -6,15 +6,15 @@ This directory contains the server component of open-gsio, a full-stack Conversa
|
||||
|
||||
- `__tests__/`: Contains test files for the server components
|
||||
- `services/`: Contains service modules for different functionalities
|
||||
- `AssetService.ts`: Handles static assets and SSR
|
||||
- `ChatService.ts`: Manages chat interactions with AI models
|
||||
- `ContactService.ts`: Processes contact form submissions
|
||||
- `FeedbackService.ts`: Handles user feedback
|
||||
- `MetricsService.ts`: Collects and processes metrics
|
||||
- `TransactionService.ts`: Manages transactions
|
||||
- `AssetService.ts`: Handles static assets and SSR
|
||||
- `ChatService.ts`: Manages chat interactions with AI models
|
||||
- `ContactService.ts`: Processes contact form submissions
|
||||
- `FeedbackService.ts`: Handles user feedback
|
||||
- `MetricsService.ts`: Collects and processes metrics
|
||||
- `TransactionService.ts`: Manages transactions
|
||||
- `durable_objects/`: Contains durable object implementations
|
||||
- `ServerCoordinator.ts`: Cloudflare Implementation
|
||||
- `ServerCoordinatorBun.ts`: Bun Implementation
|
||||
- `ServerCoordinator.ts`: Cloudflare Implementation
|
||||
- `ServerCoordinatorBun.ts`: Bun Implementation
|
||||
- `api-router.ts`: API Router
|
||||
- `RequestContext.ts`: Application Context
|
||||
- `server.ts`: Main server entry point
|
||||
- `server.ts`: Main server entry point
|
||||
|
Reference in New Issue
Block a user