@meet-ai/cli 0.0.2 → 0.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -384,7 +384,7 @@ switch (command) {
|
|
|
384
384
|
|
|
385
385
|
Environment variables:
|
|
386
386
|
MEET_AI_URL Server URL (default: https://meet-ai.cc)
|
|
387
|
-
MEET_AI_KEY API key for authentication
|
|
387
|
+
MEET_AI_KEY API key for authentication
|
|
388
388
|
|
|
389
389
|
Commands:
|
|
390
390
|
create-room <name> Create a new chat room
|