mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-11 06:22:16 +02:00
17 lines
379 B
JavaScript
17 lines
379 B
JavaScript
/*
|
|
vue.config.js
|
|
|
|
Created by Kalila L. on 7 Apr 2020
|
|
Copyright 2020 Vircadia and contributors.
|
|
|
|
Distributed under the Apache License, Version 2.0.
|
|
See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
|
|
*/
|
|
|
|
module.exports = {
|
|
publicPath: "./",
|
|
assetsDir: "./",
|
|
"transpileDependencies": [
|
|
"vuetify"
|
|
]
|
|
}
|