in the bindings section: ```export async function POST({ request, platform }) { const x = platfo

in the bindings section:
export async function POST({ request, platform }) {
    const x = platform.env.YOUR_DURABLE_OBJECT_NAMESPACE.idFromName('x');
}
Was this page helpful?