import { GlobalConfig } from '@/share/types' import { reactRenderer } from '@hono/react-renderer' // import { Script, Link } from 'hono-vite-react-stack-node/components' import process from 'node:process' // 全局配置常量 const GLOBAL_CONFIG: GlobalConfig = { OSS_BASE_URL: process.env.OSS_BASE_URL || 'https://oss.d8d.fun', APP_NAME: process.env.APP_NAME || '多八多Aider', } // export const renderer = reactRenderer(({ children }) => { // return ( // //
// // // // // // // ) // }) export const Rooter = () => { return ( ) }