Files
openwork/services/openwork-share/pages/api/v1/bundles.js
Benjamin Shafii 4dc7a6e959 Replatform OpenWork Share onto Next.js
Move the public share surface to a simple Next.js app while keeping the existing bundle API contracts intact. Extract the landing showcase cards into reusable references and tighten the design language around the grain-and-paper system they define.
2026-03-08 14:32:19 -07:00

8 lines
117 B
JavaScript

export const config = {
api: {
bodyParser: false
}
};
export { default } from "../../../api/v1/bundles.js";