Improve local setup and README (#291)

This commit is contained in:
Salih Altun
2024-05-09 20:21:13 +03:00
committed by GitHub
parent ebfc1a6f0f
commit 240551f686
6 changed files with 292 additions and 4 deletions

View File

@@ -11,7 +11,7 @@ if (!environment) {
}
const envCredential: string | null =
import.meta.env.VITE_API_CREDENTIAL ?? null;
import.meta.env.VITE_SKYVERN_API_KEY ?? null;
const artifactApiBaseUrl = import.meta.env.VITE_ARTIFACT_API_BASE_URL;