forked from external-repos/noisedash
9 lines
121 B
JavaScript
9 lines
121 B
JavaScript
module.exports = {
|
|
transpileDependencies: [
|
|
'vuetify'
|
|
],
|
|
devServer: {
|
|
proxy: 'http://localhost:3000'
|
|
}
|
|
}
|