test(repo): enforce workspace contracts

This commit is contained in:
James
2026-07-11 21:57:45 -07:00
parent 505003e0a6
commit 83db364f81
13 changed files with 420 additions and 86 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ import type { Plugin } from "vite";
import type { Connect } from "vite";
import type { ServerResponse } from "node:http";
import { createFsAdapter } from "@hyperframes/sdk/adapters/fs";
import type { PersistAdapter } from "@hyperframes/sdk/adapters/types";
import type { PersistAdapter } from "@hyperframes/sdk";
const COMP_ROOT = path.resolve(import.meta.dirname);
const COMP_PATH = "composition.html";