Commit Graph

7 Commits

Author SHA1 Message Date
Nate Kelley aeca703665
fix linting errors with comments for dallin 2025-10-09 09:48:43 -06:00
Nate Kelley 29af17ede8
cli upgrade to biome 2 2025-10-09 09:36:12 -06:00
dal f9d9e08e8d
ok state and now I need to clean things up vim mode and linting and such 2025-10-03 12:44:09 -06:00
Nate Kelley 01130b9d7d
udpate imports 2025-09-05 11:29:29 -06:00
dal e165a37b36
migrate deploy to ts cli 2025-08-28 12:00:20 -06:00
dal 13038ff7b3
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-27 23:59:47 -06:00
dal 71230bdaed
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-27 13:54:22 -06:00