feat(plugin-storage-fs): implement the first version of the File System Storage plugin
This commit is contained in:
parent
46b9104cda
commit
0c49249bd9
6 changed files with 182 additions and 0 deletions
10
pnpm-lock.yaml
generated
10
pnpm-lock.yaml
generated
|
|
@ -77,6 +77,16 @@ importers:
|
|||
specifier: workspace:*
|
||||
version: link:../tsconfig
|
||||
|
||||
packages/plugin-storage-fs:
|
||||
dependencies:
|
||||
'@emigrate/plugin-tools':
|
||||
specifier: workspace:*
|
||||
version: link:../plugin-tools
|
||||
devDependencies:
|
||||
'@emigrate/tsconfig':
|
||||
specifier: workspace:*
|
||||
version: link:../tsconfig
|
||||
|
||||
packages/plugin-tools:
|
||||
dependencies:
|
||||
import-from-esm:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue