update snippets

This commit is contained in:
Jesse Winton
2024-10-07 12:48:25 -04:00
parent c2f3ae9ca8
commit 9988859463
3 changed files with 110 additions and 32 deletions

View File

@@ -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',