MCPcopy Create free account
hub / github.com/heygen-com/hyperframes / writeTailwindSupport

Function writeTailwindSupport

packages/cli/src/commands/init.ts:302–307  ·  view source on GitHub ↗
(destDir: string)

Source from the content-addressed store, hash-verified

300}
301
302function writeTailwindSupport(destDir: string): void {
303 for (const file of listHtmlFiles(destDir)) {
304 const html = readFileSync(file, "utf-8");
305 writeFileSync(file, injectTailwindBrowserScript(html), "utf-8");
306 }
307}
308
309function patchVideoSrc(
310 dir: string,

Callers 1

scaffoldProjectFunction · 0.85

Calls 2

listHtmlFilesFunction · 0.85

Tested by

no test coverage detected