Resolve conflicts.

This commit is contained in:
fanjin.fjy
2023-06-26 21:21:35 +08:00
parent 13250567b1
commit 549aeb8c13
17 changed files with 213 additions and 153 deletions

View File

@ -4,5 +4,6 @@ declare namespace NodeJS {
interface ProcessEnv {
readonly NODE_ENV: 'development' | 'production'
readonly UMI_ENV: string
readonly __ENV: string;
}
}