mirror of
https://github.com/different-ai/openwork
synced 2026-04-25 17:15:34 +02:00
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.
8 lines
117 B
JavaScript
8 lines
117 B
JavaScript
export const config = {
|
|
api: {
|
|
bodyParser: false
|
|
}
|
|
};
|
|
|
|
export { default } from "../../../api/v1/bundles.js";
|