Running dashboard, help center

This commit is contained in:
Pranav Raj S
2024-01-25 12:32:50 -08:00
parent 1fe3960285
commit a1b6b0c06c
13 changed files with 86 additions and 68 deletions
@@ -30,8 +30,6 @@ import VueDOMPurifyHTML from 'vue-dompurify-html';
import { domPurifyConfig } from '../shared/helpers/HTMLSanitizer';
import AnalyticsPlugin from '../dashboard/helper/AnalyticsHelper/plugin';
Vue.config.env = process.env;
if (window.errorLoggingConfig) {
Sentry.init({
Vue,