From 524aa74a3ddb3aa33831f55d81dcf7afc37965a9 Mon Sep 17 00:00:00 2001 From: cv <34649812+cpvalente@users.noreply.github.com> Date: Thu, 6 Apr 2023 20:56:01 +0200 Subject: [PATCH] chore: upgrade deps --- apps/client/vite.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/client/vite.config.js b/apps/client/vite.config.js index c9721a78a..466f4c96c 100644 --- a/apps/client/vite.config.js +++ b/apps/client/vite.config.js @@ -1,4 +1,4 @@ -import sentryVitePlugin from '@sentry/vite-plugin'; +import { sentryVitePlugin } from '@sentry/vite-plugin'; import react from '@vitejs/plugin-react'; import { fileURLToPath, URL } from 'node:url'; import { defineConfig } from 'vite';