blog post animations

This commit is contained in:
tglide
2023-10-17 18:16:18 +01:00
parent f18d36131f
commit e00988181c
11 changed files with 524 additions and 217 deletions

View File

@@ -41,7 +41,7 @@ export enum Platform {
ServerKotlin = 'server-kotlin',
ServerJava = 'server-java',
ServerGraphql = 'server-graphql',
ServerRest = 'server-rest',
ServerRest = 'server-rest'
}
export const platformMap: Record<Language | string, string> = {
@@ -69,6 +69,7 @@ export const platformMap: Record<Language | string, string> = {
jsx: 'React',
tsx: 'React',
ts: 'TypeScript',
typescript: 'TypeScript',
dart: 'Dart',
java: 'Java',
kotlin: 'Kotlin',