Deploy Ladill Care / deploy (push) Failing after 13s
Healthcare management app: patients, appointments, consultations, lab, pharmacy inventory, billing, and reports at care.ladill.com. Co-authored-by: Cursor <cursoragent@cursor.com>
7 lines
137 B
PHP
7 lines
137 B
PHP
<?php
|
|
|
|
return [
|
|
'product_slug' => 'care',
|
|
'marketing_url' => env('LADILL_MARKETING_URL', 'https://ladill.com/products/care'),
|
|
];
|