Skip to content

Commit

Permalink
minor refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
brillout committed Nov 2, 2024
1 parent bf66a43 commit 583adc9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions telefunc/node/vite/plugins/importBuild/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ function importBuild(): Plugin[] {
},
...serverProductionEntryPlugin({
getServerProductionEntry: () => {
return getImporterCode(config)
return getServerProductionEntryCode(config)
},
libraryName: projectInfo.projectName,
}),
]
}

function getImporterCode(config: ResolvedConfig) {
function getServerProductionEntryCode(config: ResolvedConfig) {
const importPath = getImportPath(config)

const telefuncManifest = getTelefuncManifest()
Expand Down

0 comments on commit 583adc9

Please sign in to comment.