From 99d8435e9dee2c32c10d38bef7618e14fd02e509 Mon Sep 17 00:00:00 2001 From: coderiaser Date: Wed, 4 Feb 2026 20:51:08 +0200 Subject: [PATCH] fix: cloudcmd: exports --- server/cloudcmd.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/server/cloudcmd.js b/server/cloudcmd.js index 45ca5996..8c636f3c 100644 --- a/server/cloudcmd.js +++ b/server/cloudcmd.js @@ -6,7 +6,7 @@ import {fullstore} from 'fullstore'; import currify from 'currify'; import apart from 'apart'; import ponse from 'ponse'; -import restafary from 'restafary'; +import {restafary} from 'restafary'; import restbox from 'restbox'; import konsole from 'console-io'; import {edward} from 'edward'; @@ -46,6 +46,8 @@ const clean = (a) => a.filter(notEmpty); const isUndefined = (a) => typeof a === 'undefined'; const isFn = (a) => typeof a === 'function'; +export default cloudcmd; + export function cloudcmd(params) { const p = params || {}; const options = p.config || {};