UNPKG

@redwoodjs/sdk

Version:

Build fast, server-driven webapps on Cloudflare with SSR, RSC, and realtime

3 lines (2 loc) 135 B
import { relative } from "node:path"; export const getShortName = (file, root) => file.startsWith(root) ? relative(root, file) : file;