Update vite.config.ts

This commit is contained in:
Luke Hagar
2024-05-20 11:20:19 -05:00
parent 5fc91be706
commit b123fcaec8

View File

@@ -1,17 +1,9 @@
import { sentrySvelteKit } from '@sentry/sveltekit';
import { sveltekit } from '@sveltejs/kit/vite';
import { defineConfig } from 'vite';
export default defineConfig({
plugins: [
sentrySvelteKit({
sourceMapsUploadOptions: {
org: 'sentry',
project: 'lukehagar',
url: 'https://sentry.plygrnd.org',
authToken: process.env.SENTRY_AUTH_TOKEN
}
}),
sveltekit()
],
ssr: {