Skip to content
Snippets Groups Projects
Commit 4f6cc94d authored by jurgenhaas's avatar jurgenhaas
Browse files

#68 Add support for invoice ninja

parent 7266ec54
No related branches found
No related tags found
1 merge request!82Merging develop into main
...@@ -637,10 +637,12 @@ class Handler extends BaseHandler { ...@@ -637,10 +637,12 @@ class Handler extends BaseHandler {
'hosts' => [ 'hosts' => [
'source' => 'in/', 'source' => 'in/',
'dest' => $projectRoot . '/in', 'dest' => $projectRoot . '/in',
'condition' => $this->config->readValue(['invoiceninja', 'enable']),
], ],
'in-vhost.conf' => [ 'in-vhost.conf' => [
'source' => 'in/', 'source' => 'in/',
'dest' => $projectRoot . '/in', 'dest' => $projectRoot . '/in',
'condition' => $this->config->readValue(['invoiceninja', 'enable']),
], ],
]; ];
$files['cypress.config.js'] = [ $files['cypress.config.js'] = [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment