@replyke/core
Version:
Replyke: Build interactive apps with social features like comments, votes, feeds, user lists, notifications, and more.
8 lines • 361 B
JavaScript
var getPublicFileUrl = function (path) {
if (typeof path !== "string")
throw new Error("Invalid path passed to getPublicFileUrl. Please pass a string.");
return ("https://wthtmfriabdxsbjqbjpo.supabase.co/storage/v1/object/public/projects-storage/" +
path);
};
export default getPublicFileUrl;
//# sourceMappingURL=getPublicFileUrl.js.map