chore(cloud): point uploads at the local development server

This commit is contained in:
webadderall
2026-09-20 20:29:05 +10:00
parent 83313157e4
commit 7bcebdb102
@@ -12,9 +12,7 @@ import {
import { Input } from "@/components/ui/input";
import { Label } from "@/components/ui/label";
const DEFAULT_CLOUD_ENDPOINT = import.meta.env.DEV
? "http://localhost:8787/api/upload"
: "https://videos.recordly.dev/api/upload";
const DEFAULT_CLOUD_ENDPOINT = "http://localhost:8787/api/upload";
type Props = {
filePath?: string;