mirror of
https://github.com/simstudioai/sim.git
synced 2026-01-09 15:07:55 -05:00
* migrate to bun * added envvars to drizzle * upgrade bun devcontainer feature to a valid one * added bun, docker not working * updated envvars, updated to bunder and esnext modules * fixed build, reinstated otel * feat: optimized multi-stage docker images * add coerce for boolean envvar * feat: add docker-compose configuration for local LLM services and remove legacy Dockerfile and entrypoint script * feat: add docker-compose files for local and production environments, and implement GitHub Actions for Docker image build and publish * refactor: remove unused generateStaticParams function from various API routes and maintain dynamic rendering * cleanup * upgraded bun * updated ci * fixed build --------- Co-authored-by: Aditya Tripathi <aditya@climactic.co>
43 lines
1.7 KiB
Markdown
43 lines
1.7 KiB
Markdown
## Description
|
|
|
|
Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context.
|
|
|
|
Fixes # (issue)
|
|
|
|
## Type of change
|
|
|
|
Please delete options that are not relevant.
|
|
|
|
- [ ] Bug fix (non-breaking change which fixes an issue)
|
|
- [ ] New feature (non-breaking change which adds functionality)
|
|
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
|
|
- [ ] Documentation update
|
|
- [ ] Security enhancement
|
|
- [ ] Performance improvement
|
|
- [ ] Code refactoring (no functional changes)
|
|
|
|
## How Has This Been Tested?
|
|
|
|
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration.
|
|
|
|
## Checklist:
|
|
|
|
- [ ] My code follows the style guidelines of this project
|
|
- [ ] I have performed a self-review of my own code
|
|
- [ ] I have commented my code, particularly in hard-to-understand areas
|
|
- [ ] I have added tests that prove my fix is effective or that my feature works
|
|
- [ ] All tests pass locally and in CI (`bun run test`)
|
|
- [ ] My changes generate no new warnings
|
|
- [ ] Any dependent changes have been merged and published in downstream modules
|
|
- [ ] I have updated version numbers as needed (if needed)
|
|
- [ ] I confirm that I have read and agree to the terms outlined in the [Contributor License Agreement (CLA)](./CONTRIBUTING.md#contributor-license-agreement-cla)
|
|
|
|
## Security Considerations:
|
|
|
|
- [ ] My changes do not introduce any new security vulnerabilities
|
|
- [ ] I have considered the security implications of my changes
|
|
|
|
## Additional Information:
|
|
|
|
Any additional information, configuration or data that might be necessary to reproduce the issue or use the feature.
|