mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-13 21:05:19 +00:00
refactor(server): config system (#11081)
This commit is contained in:
@@ -195,7 +195,7 @@ export function Template(props: PropsWithChildren) {
|
||||
</>
|
||||
);
|
||||
|
||||
if (typeof AFFiNE !== 'undefined' && AFFiNE.node.test) {
|
||||
if (env.testing) {
|
||||
return content;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user