allow meeting organizer to see info about embeddings, and add match to pages
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user