Skip to content

Commit

Permalink
feat: switch from components to Components
Browse files Browse the repository at this point in the history
  • Loading branch information
mychidarko committed Aug 20, 2022
1 parent 5f0cea0 commit ad23770
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Engine.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public function setLeafInstance($instance)
public function init($config = [], $publicConfig = null)
{
$config = array_merge([
PageEngine::SOURCE_DIR => getcwd() . '/viewi-app/components',
PageEngine::SOURCE_DIR => getcwd() . '/viewi-app/Components',
PageEngine::SERVER_BUILD_DIR => getcwd() . '/viewi-app/build',
PageEngine::PUBLIC_ROOT_DIR => getcwd(),
PageEngine::DEV_MODE => true,
Expand Down

0 comments on commit ad23770

Please sign in to comment.