Env added
This commit is contained in:
@@ -116,4 +116,4 @@ export function RecentAnalysesTable({ videos, isLoading, onViewResults }: Recent
|
||||
</CardContent>
|
||||
</Card>
|
||||
)
|
||||
}
|
||||
}
|
||||
@@ -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
|
||||
|
||||
@@ -16,7 +16,6 @@ import { DetectionData, DetectionType } from "@/lib/types"
|
||||
const API_URL = process.env.NEXT_PUBLIC_API_URL
|
||||
|
||||
|
||||
|
||||
type VideoPlayerSectionProps = {
|
||||
data: DetectionData
|
||||
videoId: string
|
||||
|
||||
Reference in New Issue
Block a user