mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-24 05:07:06 +08:00
refactor: login method (#1676)
This commit is contained in:
+5
-1
@@ -28,7 +28,8 @@
|
||||
"@affine/env": ["./packages/env"],
|
||||
"@affine/env/*": ["./packages/env/src/*"],
|
||||
"@affine/utils": ["./packages/utils"],
|
||||
"@affine/workspace/*": ["./packages/workspace/src/*"]
|
||||
"@affine/workspace/*": ["./packages/workspace/src/*"],
|
||||
"@affine-test/fixtures/*": ["./tests/fixtures/*"]
|
||||
}
|
||||
},
|
||||
"references": [
|
||||
@@ -58,6 +59,9 @@
|
||||
},
|
||||
{
|
||||
"path": "./packages/workspace"
|
||||
},
|
||||
{
|
||||
"path": "./tests/fixtures"
|
||||
}
|
||||
],
|
||||
"files": [],
|
||||
|
||||
Reference in New Issue
Block a user