mirror of
https://github.com/harvester/harvester-ui-extension.git
synced 2025-12-11 12:11:45 +00:00
7 lines
140 B
JavaScript
7 lines
140 B
JavaScript
const config = require('@rancher/shell/vue.config');
|
|
|
|
module.exports = config(__dirname, {
|
|
excludes: [],
|
|
// excludes: ['harvester']
|
|
});
|