mirror of
https://github.com/MeshEnvy/mesh-forge.git
synced 2026-06-29 14:31:24 +02:00
9 lines
127 B
TypeScript
9 lines
127 B
TypeScript
export default {
|
|
providers: [
|
|
{
|
|
domain: process.env.CONVEX_SITE_URL,
|
|
applicationID: "convex",
|
|
},
|
|
],
|
|
};
|