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