Sign in

calvin / public-calvin-sf-integration · Files

GitLab

  • Go to group
  • Project
  • Activity
  • Files
  • Commits
  • Builds 0
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • public-calvin-sf-integration
  • packages
  • theme
  • middleware.config.js
  • Calvin flavor
      00863b8d
    Patrick authored
    2022-10-16 18:18:40 +0200  
    Browse Code ยป
middleware.config.js 141 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8
module.exports = {
  integrations: {
    calvin: {
      location: '@vue-storefront/calvin-api/server',
      configuration: {}
    }
  }
};