Skip to content

Commit

Permalink
advertise SvelteKit support
Browse files Browse the repository at this point in the history
  • Loading branch information
rubys committed Apr 15, 2024
1 parent 0ccae9b commit 5319975
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gdf.js
Original file line number Diff line number Diff line change
Expand Up @@ -686,6 +686,7 @@ export class GDF {
if (this.nuxtjs) runtime = 'Nuxt'
if (this.nestjs) runtime = 'NestJS'
if (this.gatsby) runtime = 'Gatsby'
if (this.svelte) runtime = 'SvelteKit'
if (this.adonisjs) runtime = 'AdonisJS'

if (this.prisma) runtime += '/Prisma'
Expand Down

0 comments on commit 5319975

Please sign in to comment.