Skip to content

Commit

Permalink
starting to support needs of haxtheweb/issues#2193
Browse files Browse the repository at this point in the history
  • Loading branch information
btopro committed Dec 12, 2024
1 parent 6f54b3b commit 3a5fe7a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/lib/programs/webcomponent.js
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,8 @@ class HAXWiring {
export async function webcomponentProcess(commandRun, project, port = "8000") {
// auto select operations to perform if requested
if (!project.extras) {
if (!commandRun.options.extras) {
console.log(commandRun.options.extras);
if (commandRun.options.extras === false) {
project.extras = [];
}
else {
Expand Down

0 comments on commit 3a5fe7a

Please sign in to comment.