mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-06-29 17:09:40 +02:00
7 lines
117 B
JavaScript
7 lines
117 B
JavaScript
module.exports = {
|
|
publicPath: "./",
|
|
assetsDir: "./",
|
|
transpileDependencies: [
|
|
'vuetify'
|
|
]
|
|
}
|