@trap_stevo/filetide
Version:
Revolutionizing real-time file transfer with seamless, instant communication across any device. Deliver files instantly, regardless of platform, and experience unparalleled speed and control in managing transfers. Elevate your file-sharing capabilities wi
12 lines (9 loc) • 346 B
JavaScript
;
const LogicTide = require("@trap_stevo/logictide");
// ~ Universal FileTide Communication Configurations ~
LogicTide.defineLogic("filetide-api-origin-url", "development", () => {
return "http://localhost:19269";
});
LogicTide.defineLogic("filetide-api-origin-url", "production", () => {
return "https://api.filetide.com";
});