Erster commit wie von Claude erstellt (unverändert)

This commit is contained in:
rxf
2025-10-03 18:16:58 +02:00
commit b3160de204
23 changed files with 1955 additions and 0 deletions

12
migration/package.json Normal file
View File

@@ -0,0 +1,12 @@
{
"name": "recipe-migration",
"version": "1.0.0",
"type": "module",
"scripts": {
"migrate": "node migrate.js"
},
"dependencies": {
"mongodb": "^6.8.0",
"mysql2": "^3.11.0"
}
}