feat(infra): standard storage service (#5563)

This commit is contained in:
EYHN
2024-01-30 06:31:15 +00:00
parent 48eb6c50e1
commit b3a8e62984
5 changed files with 102 additions and 0 deletions

View File

@@ -9,6 +9,7 @@
"./app-config-storage": "./src/app-config-storage.ts",
"./di": "./src/di/index.ts",
"./livedata": "./src/livedata/index.ts",
"./storage": "./src/storage/index.ts",
".": "./src/index.ts"
},
"dependencies": {