Files
agentic-inbox/react-router.config.ts

13 lines
321 B
TypeScript

// Copyright (c) 2026 Cloudflare, Inc.
// Licensed under the Apache 2.0 license found in the LICENSE file or at:
// https://opensource.org/licenses/Apache-2.0
import type { Config } from "@react-router/dev/config";
export default {
ssr: true,
future: {
v8_viteEnvironmentApi: true,
},
} satisfies Config;