mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-13 04:48:53 +00:00
feat: memory provider first work
This commit is contained in:
@@ -4,4 +4,8 @@ export class MemoryProvider extends BaseProvider {
|
||||
constructor() {
|
||||
super();
|
||||
}
|
||||
|
||||
test() {
|
||||
console.log(this._config, this._workspace);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user