chore: add some more logs
All checks were successful
Deploy to GitHub Pages / build_site (push) Successful in 2m34s

This commit is contained in:
Max Richter
2025-11-24 22:25:01 +01:00
parent 1212c28152
commit 67a104ff84
5 changed files with 39 additions and 74 deletions

View File

@@ -1,6 +1,7 @@
import { create, type Delta } from "jsondiffpatch";
import type { Graph } from "@nodes/types";
import { createLogger, clone } from "./helpers/index.js";
import { clone } from "./helpers/index.js";
import { createLogger } from "@nodes/utils";
const diff = create({
objectHash: function (obj, index) {