feature: cloudcmd: rendy v5.0.0

This commit is contained in:
coderiaser 2026-02-18 19:21:47 +02:00
parent cdeb40d191
commit 7ef134f46f
9 changed files with 41 additions and 9 deletions

View file

@ -1,4 +1,4 @@
import rendy from 'rendy';
import {rendy} from 'rendy';
import currify from 'currify';
import store from 'fullstore';
import {encode} from '#common/entity';
@ -128,7 +128,6 @@ export const buildFromJSON = (params) => {
const json = params.data;
const path = encode(json.path);
const {files} = json;
/*