mirror of
https://github.com/get-drexa/drive.git
synced 2025-11-30 21:41:39 +00:00
9 lines
114 B
TypeScript
9 lines
114 B
TypeScript
export default {
|
|
providers: [
|
|
{
|
|
domain: process.env.CONVEX_SITE_URL,
|
|
applicationID: "convex",
|
|
},
|
|
],
|
|
}
|