mirror of
https://gitee.com/mlogclub/bbs-go.git
synced 2025-12-06 13:59:05 +08:00
7 lines
97 B
JavaScript
7 lines
97 B
JavaScript
// vetur.config.js
|
|
module.exports = {
|
|
projects: [
|
|
'./site',
|
|
'./admin'
|
|
]
|
|
} |