mirror of
https://github.com/kaythomas0/noisedash.git
synced 2025-11-11 10:56:20 +00:00
9 lines
121 B
JavaScript
9 lines
121 B
JavaScript
module.exports = {
|
|
transpileDependencies: [
|
|
'vuetify'
|
|
],
|
|
devServer: {
|
|
proxy: 'http://localhost:1432'
|
|
}
|
|
}
|