fix flags validation and new stack architech design

This commit is contained in:
Aman Varshney
2025-04-19 21:02:55 +05:30
parent da087151c3
commit 1cb5c0caab
8 changed files with 1086 additions and 1158 deletions

View File

@@ -96,8 +96,6 @@ export async function createContext(opts: CreateExpressContextOptions) {
}
{{else}}
// Default or fallback context if backend is not recognized or none
// This might need adjustment based on your default behavior
export async function createContext() {
return {
session: null,