added way to save content and vectorize them. also refactored code and added a bypass to browser rendering

This commit is contained in:
Dhravya 2024-06-16 00:12:58 -05:00
parent 84455ad5d5
commit 4daee14a82
31 changed files with 479 additions and 106 deletions

View file

@ -1,2 +1,2 @@
export { GET, POST } from "../../helpers/server/auth";
export { GET, POST } from "../../../server/auth";
export const runtime = "edge";