feat(platform): checkpoint current implementation state

This commit is contained in:
2026-04-01 07:42:03 +02:00
parent 3e53471f05
commit 8c5be51251
125 changed files with 10269 additions and 17808 deletions
+3
View File
@@ -7,8 +7,11 @@ import {
updateEstimateDraft,
} from "../../packages/application/src/index.js";
import { PrismaClient } from "../../packages/db/src/index.js";
import { loadWorkspaceEnv } from "../../packages/db/src/load-workspace-env.js";
import { EstimateExportFormat } from "../../packages/shared/src/index.js";
loadWorkspaceEnv();
const prisma = new PrismaClient();
async function main() {