choi sung keun
choi sung keun
Hi, Thank you for your feedback. I have addressed the issues you mentioned: Fixed the build, test, and lint commands so they now work out of the box. Upgraded Turborepo...
I'm still seeing a lot of errors when I run `turbo test`. This issue occurs because the example user might not have verified the database connection configuration before running the...
Refactor tests to include both unit tests and integration tests for TodoService - Added unit tests for TodoService using Vitest and mocking TodoRepository - Ensured each method in TodoService is...
While I do hope this PR gets accepted, I believe it may be difficult due to some practical limitations. Why it might not be a good fit for the template:...
You can define and use your own models in the `root/lib/ai/models.ts` file. While the `.env.example` file only shows how to set up an OpenAI key, it doesn't mean you can't...