Skip to content

Commit

Permalink
Forgot to save file
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobbe committed Mar 3, 2024
1 parent dc100c6 commit c9de80f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/vite/src/rsc/rscBuildClientEntriesFile.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import fs from 'fs/promises'
import { getPaths } from '@redwoodjs/project-config'

import type { rscBuildClient } from './rscBuildClient'
import type { rscBuildServer } from './rscBuildForServer'
import type { rscBuildForServer } from './rscBuildForServer'

/**
* RSC build. Step 5.
Expand All @@ -12,7 +12,7 @@ import type { rscBuildServer } from './rscBuildForServer'
*/
export function rscBuildClientEntriesMappings(
clientBuildOutput: Awaited<ReturnType<typeof rscBuildClient>>,
serverBuildOutput: Awaited<ReturnType<typeof rscBuildServer>>,
serverBuildOutput: Awaited<ReturnType<typeof rscBuildForServer>>,
clientEntryFiles: Record<string, string>
) {
console.log('\n')
Expand Down

0 comments on commit c9de80f

Please sign in to comment.