Skip to content

Commit

Permalink
Merge pull request #323 from 2-NOW/patch-1
Browse files Browse the repository at this point in the history
chore: fix typo
  • Loading branch information
ryansolid committed Jul 9, 2024
2 parents d197baa + 421f2a2 commit ceed7d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/vinxi/lib/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@ async function createRouterBuild(app, router) {
}

const buildTargetPlugin = {
server: () => [routes(), handerBuild(), treeShake(), manifest()],
server: () => [routes(), handlerBuild(), treeShake(), manifest()],
browser: () => [routes(), browserBuild(), treeShake(), manifest()],
};

Expand Down Expand Up @@ -658,7 +658,7 @@ export async function getEntries(router) {
/**
* @returns {import('./vite-dev.d.ts').Plugin}
*/
function handerBuild() {
function handlerBuild() {
return {
name: "react-rsc:handler",
async config({ router, app }, env) {
Expand Down

0 comments on commit ceed7d4

Please sign in to comment.