okay;
This commit is contained in:
parent
e996a274db
commit
e2df6e2409
|
|
@ -44,7 +44,9 @@ public function handle()
|
|||
sprintf('--filename=%s', $this->projectReport->getFullPathName()),
|
||||
sprintf('--weeks_ago=%s', $this->projectReport->weeksAgo()),
|
||||
sprintf('--report_date=%s', $this->projectReport->getReportDate()),
|
||||
sprintf('--data_dir=%s', $this->projectReport->project->download_path),
|
||||
];
|
||||
logger('command:'. print_r($command, true));
|
||||
|
||||
// Convert commands array to a single string
|
||||
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"resources/css/app.css": {
|
||||
"file": "assets/app-67d2d127.css",
|
||||
"file": "assets/app-f1962042.css",
|
||||
"isEntry": true,
|
||||
"src": "resources/css/app.css"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -7,6 +7,7 @@ export default {
|
|||
content: [
|
||||
'./vendor/laravel/framework/src/Illuminate/Pagination/resources/views/*.blade.php',
|
||||
'./vendor/laravel/jetstream/**/*.blade.php',
|
||||
'./app/View/Components/**/*.php',
|
||||
'./storage/framework/views/*.php',
|
||||
'./resources/views/**/*.blade.php',
|
||||
],
|
||||
|
|
|
|||
Loading…
Reference in a new issue