feat: memory provider first work

This commit is contained in:
DarkSky
2022-12-29 23:05:19 +08:00
committed by DarkSky
parent 2bf6bf7ed8
commit 6ed2d467b7
10 changed files with 74 additions and 42 deletions

View File

@@ -4,4 +4,8 @@ export class MemoryProvider extends BaseProvider {
constructor() {
super();
}
test() {
console.log(this._config, this._workspace);
}
}