mirror of
https://github.com/MeshEnvy/mesh-forge.git
synced 2026-03-28 17:42:55 +01:00
9 lines
126 B
TypeScript
9 lines
126 B
TypeScript
export default {
|
|
providers: [
|
|
{
|
|
domain: process.env.CONVEX_SITE_URL,
|
|
applicationID: "convex",
|
|
},
|
|
],
|
|
}
|