feat: remove import service module and integration guide

- Deleted ImportModule and ImportService files as part of the refactor.
- Removed the Integration Guide and README documentation for the import service.
- Cleaned up Docker Compose files related to the import service.
- Added a new parser for recipe markdown format with structured data extraction.
- Introduced TypeScript configuration and package.json for the new service structure.
This commit is contained in:
Nils-Johan Gynther
2026-04-11 17:20:53 +02:00
parent d3997348a8
commit 2330ea938c
16 changed files with 174 additions and 1781 deletions
+2
View File
@@ -0,0 +1,2 @@
export { parseRecipeMarkdown } from './parser';
export type { ParsedIngredient, ParsedRecipe } from './parser';