mirror of
https://github.com/labring/FastGPT.git
synced 2026-04-26 02:07:28 +08:00
cc3a91d009
* Opensandbox (#6651) * volumn manager * feat: opensandbox volumn * perf: action (#6654) * perf: action * doc * doc * deploy tml * update template
9 lines
187 B
TypeScript
9 lines
187 B
TypeScript
/**
|
|
* 配置入口 - 从 env.ts 重新导出
|
|
*
|
|
* 保持向后兼容:其他模块继续 import { config } from './config'
|
|
*/
|
|
import { env } from './env';
|
|
|
|
export const config = env;
|