Skip to content

Commit

Permalink
fin de maintenance
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelQuetin committed Sep 5, 2024
1 parent 446529b commit 24b87c4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
3 changes: 0 additions & 3 deletions .env.development

This file was deleted.

5 changes: 2 additions & 3 deletions src/main.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import Vue from 'vue';
import App from './App.vue';
import index from './router';
import store from './store/store';
import vuetify from './plugins/vuetify';
import 'roboto-fontface/css/roboto/roboto-fontface.css';
Expand All @@ -17,7 +16,7 @@ Vue.config.ignoredElements = ['Regions'];

// Handle all Vue errors
//Vue.config.errorHandler = (error, vm, info) => Logger.error(error.message, error.constructor.name, vm, info);
console.log(process.env.VUE_APP_PERISCOPE_V2_API_URL);
//console.log(process.env.VUE_APP_PERISCOPE_V2_API_URL);
Vue.use(VueClipboard); // Plugin pour l'historique
// utilisation de piwik/matomo uniquement en production
if (process.env.VUE_APP_PERISCOPE_V2_API_URL.includes('periscope.sudoc')) {
Expand All @@ -42,7 +41,7 @@ if (process.env.VUE_APP_PERISCOPE_V2_API_URL.includes('periscope.sudoc')) {
Vue.component('downloadCsv', JsonCSV); // Plugin d'export au format CSV

const vue = new Vue({
router: index,
router: router,
store,
vuetify,
render: (h) => h(App),
Expand Down
Empty file removed tests/files/holdingsResult.json
Empty file.

0 comments on commit 24b87c4

Please sign in to comment.