mirror of
https://github.com/tiennm99/agentic-inbox.git
synced 2026-09-05 08:16:54 +00:00
13 lines
321 B
TypeScript
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;
|