mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-11-15 05:03:44 +08:00
docs(projects): update README.md
This commit is contained in:
4
src/typings/env.d.ts
vendored
4
src/typings/env.d.ts
vendored
@@ -6,9 +6,7 @@
|
||||
*/
|
||||
type EnvType = 'dev' | 'test' | 'prod';
|
||||
|
||||
/**
|
||||
* env环境配置
|
||||
*/
|
||||
/** env环境配置 */
|
||||
interface EnvConfig {
|
||||
/** 请求地址 */
|
||||
url: string;
|
||||
|
||||
Reference in New Issue
Block a user