mirror of
https://github.com/jpros/tacticalrmm-web.git
synced 2026-01-19 19:40:50 +00:00
15 lines
211 B
JavaScript
15 lines
211 B
JavaScript
module.exports = {
|
|
devServer: {
|
|
host: "192.168.99.150"
|
|
},
|
|
pluginOptions: {
|
|
quasar: {
|
|
importStrategy: 'kebab',
|
|
rtlSupport: false
|
|
}
|
|
},
|
|
transpileDependencies: [
|
|
'quasar'
|
|
]
|
|
}
|