feature: common: cloudfunc -> #common/cloudfunc

This commit is contained in:
coderiaser 2026-02-02 19:16:16 +02:00
parent 1f174870ab
commit 8cad7514e7
18 changed files with 30 additions and 28 deletions

View file

@ -7,7 +7,7 @@ import {
getPathLink,
buildFromJSON,
_getDataName,
} from './cloudfunc.mjs';
} from '#common/cloudfunc';
const templatePath = new URL('../tmpl/fs', import.meta.url).pathname;