buster/packages/server-utils
dal 2b926c3e91
Refactor report creation tool to support multiple report files with enhanced validation and error handling. Update schemas and processing logic to accommodate markdown content, ensuring robust file management and improved user feedback during report generation.
2025-08-05 14:10:09 -06:00
..
scripts move enum types 2025-08-04 18:04:32 -06:00
src/report Refactor report creation tool to support multiple report files with enhanced validation and error handling. Update schemas and processing logic to accommodate markdown content, ensuring robust file management and improved user feedback during report generation. 2025-08-05 14:10:09 -06:00
.gitignore move enum types 2025-08-04 18:04:32 -06:00
README.md move enum types 2025-08-04 18:04:32 -06:00
biome.json move enum types 2025-08-04 18:04:32 -06:00
env.d.ts move enum types 2025-08-04 18:04:32 -06:00
package.json move enum types 2025-08-04 18:04:32 -06:00
tsconfig.json move enum types 2025-08-04 18:04:32 -06:00
vitest.config.ts move enum types 2025-08-04 18:04:32 -06:00

README.md

@buster/server-utils

Server utilities for Buster that can be used in any server-side application across the monorepo.

Overview

This package provides common server-side utilities and helper functions that are shared across different backend applications in the Buster ecosystem. It centralizes reusable server logic to avoid code duplication and ensure consistency across services.