Skip to content

Commit 21e064d

Browse files
committed
Update index.ts
1 parent 85bf1d8 commit 21e064d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/start/src/directives/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ export function serverFunctionsPlugin(options: ServerFunctionsOptions): Plugin[]
224224
map: result.map,
225225
};
226226
}
227-
return code;
227+
return null;
228228
},
229229
},
230230
];

0 commit comments

Comments
 (0)