MCPcopy
hub / github.com/prisma/prisma / writeDtsRexport

Function writeDtsRexport

packages/client/helpers/build.ts:219–221  ·  view source on GitHub ↗
(fileName: string)

Source from the content-addressed store, hash-verified

217}
218
219function writeDtsRexport(fileName: string) {
220 fs.writeFileSync(path.join(runtimeDir, fileName), 'export * from "./client"\n')
221}
222
223function* allNodeRuntimeBuildConfigs(): Generator<BuildOptions> {
224 for (const format of MODULE_FORMATS) {

Callers 1

build.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected