mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2026-07-17 08:39:47 +10:00
v5.0.12 (#2814)
* refactor to @base-ui/react * fix all * fixes to accordion * more updates * switch to chat/completions api from openai * update version to v5.0.12
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
import handler, { createServerEntry } from "@tanstack/react-start/server-entry";
|
||||
import { FastResponse } from "srvx";
|
||||
|
||||
globalThis.Response = FastResponse;
|
||||
|
||||
export default createServerEntry({
|
||||
fetch(request) {
|
||||
return handler.fetch(request);
|
||||
},
|
||||
});
|
||||
Reference in New Issue
Block a user