feat: Add server dependencies and initial application components.
All checks were successful
Build and Release / build-and-release (push) Successful in 15m24s
All checks were successful
Build and Release / build-and-release (push) Successful in 15m24s
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { Id } from "./_generated/dataModel";
|
||||
|
||||
// Change this if your public IP changes
|
||||
const PUBLIC_CONVEX_URL = "http://72.26.56.3:3210";
|
||||
const PUBLIC_CONVEX_URL = "https://api.brycord.com";
|
||||
|
||||
/** Rewrite any URL to use the public hostname/port/protocol */
|
||||
export function rewriteToPublicUrl(url: string): string {
|
||||
|
||||
Reference in New Issue
Block a user