feature: cloudcmd: fullstore v4.0.0

This commit is contained in:
coderiaser 2026-01-12 13:10:10 +02:00
parent fb115c675e
commit 024bc41345
13 changed files with 12 additions and 13 deletions

View file

@ -2,7 +2,7 @@ import path, {dirname} from 'node:path';
import {fileURLToPath} from 'node:url';
import process from 'node:process';
import fs from 'node:fs';
import fullstore from 'fullstore';
import {fullstore} from 'fullstore';
import * as nanomemoizeDefault from 'nano-memoize';
import readFilesSync from '@cloudcmd/read-files-sync';