feat: services database, reminders, taskprocessor init

This commit is contained in:
Julien Froidefond
2025-09-13 09:15:31 +02:00
parent ac689a0779
commit c5f0a71e22
6 changed files with 638 additions and 5 deletions

View File

@@ -19,7 +19,9 @@
}
],
"paths": {
"@/*": ["./src/*"]
"@/*": ["./src/*"],
"@/services/*": ["./services/*"],
"@/lib/*": ["./lib/*"]
}
},
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"],