fix: cloudcmd: default -> named

This commit is contained in:
coderiaser 2026-02-03 20:08:18 +02:00
parent b61818fe62
commit a266c1452c
19 changed files with 20 additions and 21 deletions

View file

@ -3,7 +3,7 @@ import {dirname, join} from 'node:path';
import {fileURLToPath} from 'node:url';
import serveOnce from 'serve-once';
import {test, stub} from 'supertape';
import cloudcmd from '../../server/cloudcmd.js';
import {cloudcmd} from '#server/cloudcmd';
import modulas from '../../server/modulas.js';
const __filename = fileURLToPath(import.meta.url);