Env added

This commit is contained in:
sumona-banerjeee
2026-02-20 17:19:49 +05:30
8 changed files with 10 additions and 2 deletions

View File

@@ -14,6 +14,7 @@ const API_URL = process.env.NEXT_PUBLIC_API_URL
const WS_URL = API_URL?.replace(/^https?:\/\//, "wss://")
type UploadSectionProps = {
onDetectionComplete: (data: DetectionData, videoId: string, file: File) => void
onDetectionTypeChange: (type: DetectionType) => void