Skip to content

Instantly share code, notes, and snippets.

@zalun
Created April 21, 2022 15:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zalun/de5744f445b603bf9cf84fd03a4e4286 to your computer and use it in GitHub Desktop.
Save zalun/de5744f445b603bf9cf84fd03a4e4286 to your computer and use it in GitHub Desktop.
// config/plugins.js
module.exports = {
payu: {
enabled: true,
resolve: "./src/plugins/payu",
},
shop: {
enabled: true,
resolve: "./src/plugins/shop",
},
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment