diff --git a/todo.md b/todo.md new file mode 100644 index 0000000..8c119ff --- /dev/null +++ b/todo.md @@ -0,0 +1,5 @@ +For each todo item, interview the user extensively to deeply understand the scope and goal of each. + +- [x] Organize the files in src in to folders so it is easier to understand the structure of the code. +- [ ] The file src/logger.ts seems redundant. Why can't we just use @larvit/log directly? Set service name as an ENV config value also. +- [ ] Add i18n support. \ No newline at end of file