mirror of
https://github.com/LukeHagar/website.git
synced 2025-12-07 04:22:09 +00:00
fix: things
This commit is contained in:
@@ -42,7 +42,7 @@ export enum Platform {
|
||||
ServerSwift = 'server-swift'
|
||||
}
|
||||
|
||||
export const platformMap: Record<Language, string> = {
|
||||
export const platformMap: Record<Language|string, string> = {
|
||||
[Platform.ClientApple]: 'Apple',
|
||||
[Platform.ClientFlutter]: 'Flutter',
|
||||
[Platform.ClientWeb]: 'Web',
|
||||
@@ -86,7 +86,9 @@ export const platformMap: Record<Language, string> = {
|
||||
powershell: 'PowerShell',
|
||||
cmd: 'CMD',
|
||||
yaml: 'YAML',
|
||||
text: 'Text'
|
||||
text: 'Text',
|
||||
vue: 'Vue',
|
||||
svelte: 'Svelte'
|
||||
};
|
||||
|
||||
export const serviceMap: Record<Service, string> = {
|
||||
|
||||
Reference in New Issue
Block a user