{"version":3,"file":"cleanup.mjs","names":[],"sources":["../src/bin/cleanup.ts"],"sourcesContent":["#!/usr/bin/env node\n'use strict';\n\n/* istanbul ignore file */\nimport prisma from '../lib/db.js';\nimport Parser from '../lib/parser.js';\n\nParser.runCleanup()\n    .then(() => {\n        return prisma.$disconnect();\n    })\n    .catch((error) => {\n        console.error(error);\n        process.exit(1);\n    });\n"],"mappings":";4CAOA,EAAO,WAAW,CAAC,CACd,SACU,EAAO,YAAY,CAC7B,CAAC,CACD,MAAO,GAAU,CACd,QAAQ,MAAM,CAAK,EACnB,QAAQ,KAAK,CAAC,CAClB,CAAC"}