Skip to content

Commit

Permalink
ajout log debug
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelQuetin committed Sep 3, 2024
1 parent 3d6adc0 commit 446529b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,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);
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 Down

0 comments on commit 446529b

Please sign in to comment.