Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ezynda3 committed Sep 16, 2024
1 parent 4fac385 commit d7fcfc7
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions vite.config.ts
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
import { sentrySvelteKit } from '@sentry/sveltekit'
// import { sentrySvelteKit } from '@sentry/sveltekit'
import { sveltekit } from '@sveltejs/kit/vite'
import { defineConfig } from 'vite'
import { nodePolyfills } from 'vite-plugin-node-polyfills'

export default defineConfig({
build: {
sourcemap: true,
},
plugins: [
nodePolyfills({
include: ['path', 'stream', 'util'],
Expand All @@ -17,10 +14,5 @@ export default defineConfig({
},
}),
sveltekit(),
sentrySvelteKit({
debug: true,
adapter: 'other',
autoInstrument: false,
}),
],
})

0 comments on commit d7fcfc7

Please # to comment.