Skip to content

Commit

Permalink
style: dangling commas
Browse files Browse the repository at this point in the history
  • Loading branch information
mitjans committed Feb 15, 2025
1 parent dd277fa commit 342ff65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions playground/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export default defineNuxtConfig({
publicKey: process.env.POSTHOG_API_KEY,
host: process.env.POSTHOG_API_HOST,
clientOptions: {
debug: true
}
debug: true,
},
},
});

0 comments on commit 342ff65

Please sign in to comment.