Public
Like
3
Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data – all from the browser, and deployed in miliseconds.
import { serveBlobs } from "https://esm.town/v/pomdtr/serve_blobs"
export default serveBlobs({
root: "public/"
})
All your blobs prefixed by public/
will be publicly accessible.
Ex: Go to https://pomdtr-public.web.val.run/example.json to view the blob public/example.json
from my account.