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,5 +1,5 @@
// @ts-nocheck: Nocheck
import { NodeDefinition } from "../schemas/types.ts";
import { NodeDefinition } from "../validations/types.ts";
const cachedTextDecoder = new TextDecoder("utf-8", {
ignoreBOM: true,