0.3 增加登录模块
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
export function isConvexEnabled(): boolean {
|
||||
return process.env.USE_CONVEX === "1";
|
||||
return process.env.NEXT_PUBLIC_USE_CONVEX === "1";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user