Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanCassiere committed May 14, 2024
1 parent 3b96d8b commit 8c81751
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions vite.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { defineConfig } from "vite";
import { sentryVitePlugin } from "@sentry/vite-plugin";
import { defineConfig } from 'vite'
import { sentryVitePlugin } from '@sentry/vite-plugin'

export default defineConfig({
build: {
Expand All @@ -9,8 +9,8 @@ export default defineConfig({
// Put the Sentry vite plugin after all other plugins
sentryVitePlugin({
authToken: process.env.SENTRY_AUTH_TOKEN,
org: "tanstack",
project: "tanstack-com",
org: 'tanstack',
project: 'tanstack-com',
}),
],
});
})

0 comments on commit 8c81751

Please sign in to comment.