add multi-framework code

This commit is contained in:
Jesse Winton
2024-10-04 21:43:54 -04:00
parent 4448a4c3b8
commit 867b1d5e38
3 changed files with 99 additions and 4 deletions

View File

@@ -43,7 +43,6 @@ export enum Platform {
ClientGraphql = 'client-graphql',
ClientRest = 'client-rest',
ServerNodeJs = 'server-nodejs',
ServerNextJs = 'server-nextjs',
ServerPython = 'server-python',
ServerDart = 'server-dart',
ServerPhp = 'server-php',
@@ -71,7 +70,6 @@ export const platformMap: Record<Language | string, string> = {
[Platform.ServerDeno]: 'Deno',
[Platform.ServerDotNet]: '.NET',
[Platform.ServerNodeJs]: 'Node.js',
[Platform.ServerNextJs]: 'Next.js',
[Platform.ServerPhp]: 'PHP',
[Platform.ServerPython]: 'Python',
[Platform.ServerRuby]: 'Ruby',