Skip to content

Commit

Permalink
fixed formatting issues introduced during the sentry removal
Browse files Browse the repository at this point in the history
  • Loading branch information
CommanderStorm committed Nov 11, 2023
1 parent e0195e4 commit 29b8f2c
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions webclient/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,7 @@ import path from "path";
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-ignore
import pluginRewriteAll from "vite-plugin-rewrite-all";
import { sentryVitePlugin } from "@sentry/vite-plugin";

// https://vitejs.dev/config/
let commit_message = process.env.GIT_COMMIT_MESSAGE || "development";
commit_message = commit_message
.replaceAll(/[^a-z0-9 ]+/gi, "_")
.replaceAll(/_$/g, "")
.trim();
export default defineConfig({
envDir: path.resolve(__dirname, "./env"),
appType: "spa",
Expand Down

0 comments on commit 29b8f2c

Please sign in to comment.