Skip to content

Commit 5858d19

Browse files
committed
fix
1 parent 9cadabb commit 5858d19

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

deploy/create/mod.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ export const createCommand = new Command<GlobalContext>()
234234
buildDirectory = member?.path ??
235235
require(options.appDirectory, "app-directory");
236236
} else {
237-
buildDirectory = undefined;
237+
buildDirectory = options.appDirectory || "";
238238
}
239239

240240
let buildConfig;

0 commit comments

Comments
 (0)