mirror of
https://github.com/wahyd4/vuepress.git
synced 2026-08-22 11:45:56 +10:00
6 lines
128 B
JavaScript
6 lines
128 B
JavaScript
const { path } = require('@vuepress/shared-utils')
|
|
|
|
module.exports = {
|
|
clientRootMixin: path.resolve(__dirname, 'mixin.js')
|
|
}
|