Skip to content

Commit

Permalink
Added support for theme view in admin, removed CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
alfredsgenkins committed Dec 8, 2020
1 parent fdea55e commit 50a6ff5
Show file tree
Hide file tree
Showing 9 changed files with 25 additions and 571 deletions.
4 changes: 1 addition & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,10 @@
],
"require": {
"magento/framework": "*",
"magento/module-theme": "*",
"scandipwa/source": "^3"
"magento/module-theme": "*"
},
"autoload": {
"files": [
"src/cli_commands.php",
"src/registration.php"
],
"psr-4": {
Expand Down
352 changes: 0 additions & 352 deletions src/Console/Command/Bootstrap.php

This file was deleted.

16 changes: 0 additions & 16 deletions src/Console/Command/ScandiPWABootstrapException.php

This file was deleted.

Loading

0 comments on commit 50a6ff5

Please sign in to comment.