From 8aab1d6459d6e90ae5c8393c76179796eac38104 Mon Sep 17 00:00:00 2001 From: himself65 Date: Mon, 22 May 2023 16:02:05 +0800 Subject: [PATCH] docs: add comment on legacy affine adapter --- apps/web/src/adapters/affine/index.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/apps/web/src/adapters/affine/index.tsx b/apps/web/src/adapters/affine/index.tsx index ec0b3689cd..699404abdc 100644 --- a/apps/web/src/adapters/affine/index.tsx +++ b/apps/web/src/adapters/affine/index.tsx @@ -1,3 +1,7 @@ +/** + * This file has deprecated because we do not maintain legacy affine cloud, + * please use new affine cloud instead. + */ import { AFFINE_STORAGE_KEY, config } from '@affine/env'; import { initPage } from '@affine/env/blocksuite'; import { PageNotFoundError } from '@affine/env/constant';