Build & Deploy / build (push) Successful in 18s
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
11 lines
181 B
PHP
11 lines
181 B
PHP
<?php
|
|
|
|
return [
|
|
'layers' => [
|
|
'paths' => [
|
|
'functional' => base_path('functional'),
|
|
'technical' => base_path('technical'),
|
|
],
|
|
],
|
|
];
|