mirror of
https://github.com/LukeHagar/website.git
synced 2025-12-07 21:07:44 +00:00
update snippets
This commit is contained in:
@@ -57,6 +57,15 @@ export enum Platform {
|
||||
ServerRest = 'server-rest'
|
||||
}
|
||||
|
||||
export enum Framework {
|
||||
NextJs = 'Next.js',
|
||||
SvelteKit = 'SvelteKit',
|
||||
VueJs = 'Vue.js',
|
||||
Nuxt3 = 'Nuxt3',
|
||||
Astro = 'Astro',
|
||||
Remix = 'Remix'
|
||||
}
|
||||
|
||||
export const platformMap: Record<Language | string, string> = {
|
||||
[Platform.ClientApple]: 'Apple',
|
||||
[Platform.ClientFlutter]: 'Flutter',
|
||||
|
||||
Reference in New Issue
Block a user