This website requires JavaScript.
Explore
Help
Register
Sign In
Ling0925
/
buster
mirror of
https://github.com/buster-so/buster.git
Watch
1
Star
0
Fork
You've already forked buster
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
main
buster
/
apps
/
cli
/
vitest.config.ts
4 lines
80 B
TypeScript
Raw
Permalink
Normal View
History
Unescape
Escape
Refactor CLI to TypeScript and remove Rust components - Added TypeScript-based CLI commands for local development and execution. - Updated package.json with new CLI scripts for development and execution. - Enhanced .gitignore to exclude TypeScript build artifacts and logs. - Removed Rust-related files and configurations, including Cargo.toml, Makefile, and various source files. - Updated README.md to reflect the new TypeScript implementation and technologies used. - Cleaned up unused files and directories related to the previous Rust implementation.
2025-08-28 03:54:22 +08:00
import
{
baseConfig
}
from
'@buster/vitest-config'
;
Update CLI and SDK configurations for improved functionality - Enhanced the CLI with new linter rules and updated file structures for better organization. - Modified package.json to reflect changes in dependencies and ensure compatibility. - Improved the vitest configuration for better testing practices. - Refactored various components for consistency and readability, including imports and error handling. - Updated the server API and database queries to streamline authentication processes. - Removed deprecated code and cleaned up unused files to maintain a tidy codebase.
2025-08-28 13:59:47 +08:00
export
default
baseConfig
;