refactor: rename dev to canary

This commit is contained in:
三咲智子 2023-01-07 00:20:12 +08:00
parent cffcddefb9
commit c713add727
No known key found for this signature in database
GPG key ID: 69992F2250DFD93E
4 changed files with 31 additions and 9 deletions

View file

@ -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'