mirror of
https://github.com/overte-org/overte.git
synced 2025-06-19 10:20:23 +02:00
7 lines
117 B
JavaScript
7 lines
117 B
JavaScript
module.exports = {
|
|
publicPath: "./",
|
|
assetsDir: "./",
|
|
transpileDependencies: [
|
|
'vuetify'
|
|
]
|
|
}
|