allow meeting organizer to see info about embeddings, and add match to pages

This commit is contained in:
2026-02-08 13:45:27 -07:00
parent e38b752b27
commit 1c3d449c85
12 changed files with 355 additions and 77 deletions

View File

@@ -28,6 +28,9 @@ export async function createBuildConfig(platform: string): Promise<UserConfig> {
server: {
port: parseInt(process.env.VITE_PORT || "8080"),
fs: { strict: false },
//allowedHosts: ['bab3-68-69-173-46.ngrok-free.app'],
//allowedHosts: ['*'],
// CORS headers disabled to allow images from any domain
// This means SharedArrayBuffer is unavailable, but absurd-sql
// will automatically fall back to IndexedDB mode which still works