refactor: env config (#769)
This commit is contained in:
parent
9d5dc1bc3d
commit
f892722220
13 changed files with 121 additions and 64 deletions
|
@ -69,6 +69,7 @@ export interface BuildInfo {
|
|||
commit: string
|
||||
time: number
|
||||
branch: string
|
||||
env: 'preview' | 'main' | 'dev' | 'release'
|
||||
}
|
||||
|
||||
export type FontSize = 'xs' | 'sm' | 'md' | 'lg' | 'xl'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue