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