Skip to content

Commit bc0ac58

Browse files
default to micro for create and start
1 parent a14aa23 commit bc0ac58

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/bin/commands/build.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,9 @@ export const buildCommand: yargs.CommandModule<
131131
fromSandbox: argv.fromSandbox,
132132
collectionPath: argv.path,
133133
name: argv.name,
134+
vmTier: argv.vmTier
135+
? VMTier.fromName(argv.vmTier)
136+
: VMTier.fromName("Micro"),
134137
});
135138

136139
spinner.start(

0 commit comments

Comments
 (0)