mirror of
https://gitlab.com/mildlyparallel/trashcan.git
synced 2023-04-08 19:00:19 +03:00
7 lines
116 B
JavaScript
7 lines
116 B
JavaScript
module.exports = {
|
|
"transpileDependencies": [
|
|
"vuetify"
|
|
],
|
|
publicPath: process.env.VUE_APP_PUBLIC_URL || '/'
|
|
}
|