公告板
版本库
filestore
活动
搜索
登录
data
/
iot/DeviceCommunicationUI
设备通讯UI
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
添加鱼跃血压计联机
chenyc
2024-08-15
5d14849c54bf53624c8aa1497c2372fdf15ab8e7
[data/iot/DeviceCommunicationUI.git]
/
types.d.ts
1
2
3
4
5
6
7
8
declare namespace NodeJS {
interface ProcessEnv {
NODE_ENV: 'development' | 'production'
readonly VITE_DEV_SERVER_HOST: string
readonly VITE_DEV_SERVER_PORT: string
}
}