From 2b6169b88776677ff62e4cde2a4d8d548fa16f3c Mon Sep 17 00:00:00 2001 From: Robin Genz Date: Thu, 25 Apr 2024 17:54:10 +0200 Subject: [PATCH] docs: update description --- src/commands/apps/bundles/create.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/apps/bundles/create.ts b/src/commands/apps/bundles/create.ts index 59bf436..c946e7e 100644 --- a/src/commands/apps/bundles/create.ts +++ b/src/commands/apps/bundles/create.ts @@ -16,7 +16,7 @@ export default defineCommand({ args: { path: { type: 'string', - description: 'Path to the bundle to upload. Must be a folder or zip file', + description: 'Path to the bundle to upload. Must be a folder (e.g. `www` or `dist`) or a zip file.', }, appId: { type: 'string',