UNPKG

@replyke/core

Version:

Replyke: Build interactive apps with social features like comments, votes, feeds, user lists, notifications, and more.

10 lines 441 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); 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); }; exports.default = getPublicFileUrl; //# sourceMappingURL=getPublicFileUrl.js.map