feat: some shit
Some checks failed
Deploy to GitHub Pages / build_site (push) Failing after 36s

This commit is contained in:
2024-12-20 12:21:50 +01:00
parent eadd37bfa4
commit a0d420517c
6 changed files with 9 additions and 9 deletions

View File

@@ -1,9 +1,9 @@
import { db } from "../../db/db.ts";
import { nodeTable } from "./schemas/node.schema.ts";
import { NodeDefinition, NodeDefinitionSchema } from "./schemas/types.ts";
import { nodeTable } from "./node.schema.ts";
import { NodeDefinition, NodeDefinitionSchema } from "./validations/types.ts";
import { and, eq } from "drizzle-orm";
import { createHash } from "node:crypto";
import { WorkerMessage } from "./worker/types.ts";
import { WorkerMessage } from "./worker/messages.ts";
export type CreateNodeDTO = {
id: string;