mirror of
https://git.schule.click/GymSedan/SISSy.git
synced 2024-11-21 16:55:06 +01:00
8 lines
128 B
JavaScript
8 lines
128 B
JavaScript
module.exports = {
|
|
transpileDependencies: [
|
|
'vuetify'
|
|
],
|
|
devServer: {
|
|
proxy: 'https://sissy.schule.click/',
|
|
}
|
|
}
|