mirror of
https://github.com/LukeHagar/website.git
synced 2025-12-09 12:57:48 +00:00
add multi-framework code
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user