Skip to content

Commit

Permalink
Reduce churn
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobbe committed Jul 12, 2023
1 parent b5c0beb commit 17d2916
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vite/src/waku-lib/rsc-handler-worker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ const getEntriesFile = async (
)
}

// TODO (RSC) Don't hardcode the name of the entries file
// TODO: Don't hardcode the name of the entries file
return path.join(rwPaths.web.distServer, 'entries.js') // path.join(config.root, config.framework.entriesJs)
}

Expand Down

0 comments on commit 17d2916

Please sign in to comment.