import { json } from "@remix-run/node"; // or cloudflare/deno export const loader = async () => { // So you can write this: return json({ any: "thing" }); ...
確定! 回上一頁