mirror of
https://github.com/heygen-com/hyperframes.git
synced 2026-09-04 16:42:27 +00:00
test(repo): enforce workspace contracts
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user