MCPcopy Create free account
hub / github.com/developmentseed/stac-react / beforeWriteFile

Function beforeWriteFile

vite.config.ts:24–26  ·  view source on GitHub ↗
(filePath, content)

Source from the content-addressed store, hash-verified

22 insertTypesEntry: true,
23 copyDtsFiles: true,
24 beforeWriteFile(filePath, content) {
25 return filePath.match(/\/(vite|jest)\./) ? false : { filePath, content };
26 },
27 }),
28 ],
29});

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected