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

@ -69,7 +69,7 @@ And create `index.js`:
```js
import http from 'node:http';
import cloudcmd from 'cloudcmd';
import {cloudcmd} from 'cloudcmd';
import {Server} from 'socket.io';
import express from 'express';