[feature] Move storage-related files into "storage" folder; For bug 73502

This commit is contained in:
Pavel Ostrovskij
2025-04-03 17:30:58 +03:00
committed by Sergey Konovalov
parent e5f3f1fcf9
commit 9557fe7d43
17 changed files with 5117 additions and 5115 deletions

View File

@ -13,8 +13,9 @@
},
"pkg": {
"scripts": [
"../Common/sources/storage-fs.js",
"../Common/sources/storage-s3.js",
"../Common/sources/storage/storage-fs.js",
"../Common/sources/storage/storage-s3.js",
"../Common/sources/storage/storage-az.js",
"../DocService/sources/editorDataMemory.js",
"../DocService/sources/editorDataRedis.js"
]