CHORE(app): minor update

- Small configuration change
- Trigger deployment
This commit is contained in:
2025-11-24 22:21:51 +09:00
parent 8b195378a5
commit c04a3fb267
2 changed files with 2 additions and 1 deletions

View File

@@ -3,3 +3,4 @@ import { TodoApp } from '@/src/widgets/todo-app'
export default function Home() {
return <TodoApp />
}