Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
brillout committed Feb 9, 2025
1 parent ce6ca45 commit 7b457a8
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions vike/node/plugin/shared/getOutDirs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,14 @@ function resolveOutDir(config: UserConfig, isSSR?: true): string {
assert(isOutDirRoot)
*/

const { outDirClient, outDirServer } = getOutDirsAll(outDir, config.root)
if (isServerSide) {
debug('outDirServer', 'outDirServer')
return outDirServer
} else {
debug('outDirClient', 'outDirClient')
return outDirClient
}
const { outDirClient, outDirServer } = getOutDirsAll(outDir, config.root)
if (isServerSide) {
debug('outDirServer', 'outDirServer')
return outDirServer
} else {
debug('outDirClient', 'outDirClient')
return outDirClient
}
}

function determineOutDirs(outDirRoot: string) {
Expand Down

0 comments on commit 7b457a8

Please sign in to comment.