mirror of
https://github.com/LukeHagar/LukeHagar.com.git
synced 2025-12-06 04:20:17 +00:00
Update vite.config.ts
This commit is contained in:
@@ -1,17 +1,9 @@
|
|||||||
import { sentrySvelteKit } from '@sentry/sveltekit';
|
|
||||||
import { sveltekit } from '@sveltejs/kit/vite';
|
import { sveltekit } from '@sveltejs/kit/vite';
|
||||||
import { defineConfig } from 'vite';
|
import { defineConfig } from 'vite';
|
||||||
|
|
||||||
export default defineConfig({
|
export default defineConfig({
|
||||||
plugins: [
|
plugins: [
|
||||||
sentrySvelteKit({
|
|
||||||
sourceMapsUploadOptions: {
|
|
||||||
org: 'sentry',
|
|
||||||
project: 'lukehagar',
|
|
||||||
url: 'https://sentry.plygrnd.org',
|
|
||||||
authToken: process.env.SENTRY_AUTH_TOKEN
|
|
||||||
}
|
|
||||||
}),
|
|
||||||
sveltekit()
|
sveltekit()
|
||||||
],
|
],
|
||||||
ssr: {
|
ssr: {
|
||||||
|
|||||||
Reference in New Issue
Block a user