4 lines
177 B
TypeScript
4 lines
177 B
TypeScript
// Force this route to be dynamic (not statically generated at build time)
|
|
export const dynamic = 'force-dynamic';
|
|
|
|
export { sendMessage as POST } from "@link-stack/bridge-ui";
|