mirror of
https://github.com/MeshEnvy/mesh-forge.git
synced 2026-05-05 04:52:39 +02:00
9 lines
126 B
TypeScript
9 lines
126 B
TypeScript
export default {
|
|
providers: [
|
|
{
|
|
domain: process.env.CONVEX_SITE_URL,
|
|
applicationID: 'convex',
|
|
},
|
|
],
|
|
}
|