server refactor

This commit is contained in:
evanpelle
2026-05-09 19:35:39 -07:00
parent a3f695ee54
commit 570da82434
70 changed files with 1424 additions and 1795 deletions
+1 -1
View File
@@ -130,7 +130,7 @@ export function authMockFactory() {
export function configLoaderMockFactory() {
return {
getRuntimeClientServerConfig: vi.fn(() => ({})),
ClientEnv: vi.fn(() => ({})),
};
}