mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
feature: cloudcmd: fullstore v4.0.0
This commit is contained in:
parent
fb115c675e
commit
024bc41345
13 changed files with 12 additions and 13 deletions
|
|
@ -2,7 +2,7 @@ import path, {dirname, join} 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 currify from 'currify';
|
||||
import apart from 'apart';
|
||||
import ponse from 'ponse';
|
||||
|
|
|
|||
|
|
@ -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';
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
import currify from 'currify';
|
||||
import wraptile from 'wraptile';
|
||||
import squad from 'squad';
|
||||
import fullstore from 'fullstore';
|
||||
import {fullstore} from 'fullstore';
|
||||
import io from 'socket.io-client';
|
||||
import _forEachKey from 'for-each-key';
|
||||
import log from './log.mjs';
|
||||
|
|
|
|||
|
|
@ -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';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue