baseURL property

String? baseURL
final

Base URL for API requests

  • Production: Railway endpoint (e.g., "https://api.runanywhere.ai")
  • Development: Can be left empty if supabase config is provided

Implementation

final String? baseURL;