pridany build skript,

uprava produkcnej konfiguracie
This commit is contained in:
2025-10-13 23:12:15 +02:00
parent e67d4843bd
commit ed3d202488
3 changed files with 48 additions and 2 deletions

View File

@ -4,7 +4,7 @@ require __DIR__ . '/../vendor/autoload.php';
ob_start();
$backend_api = new TPsoft\BugreportBackend\API('typescript', 'import.meta.env.VITE_BACKENDAPI_URL');
$backend_api = new TPsoft\BugreportBackend\API('typescript', 'import.meta.env.VITE_BACKENDAPI_URL', 'backend');
$output = ob_get_contents();
ob_end_clean();