refactor: rename dev to canary
This commit is contained in:
parent
cffcddefb9
commit
c713add727
4 changed files with 31 additions and 9 deletions
|
@ -70,7 +70,7 @@ export interface BuildInfo {
|
|||
commit: string
|
||||
time: number
|
||||
branch: string
|
||||
env: 'preview' | 'main' | 'dev' | 'release'
|
||||
env: 'preview' | 'canary' | 'dev' | 'release'
|
||||
}
|
||||
|
||||
export type FontSize = 'xs' | 'sm' | 'md' | 'lg' | 'xl'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue