mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-08-22 11:45:02 +02:00
6 lines
53 B
JavaScript
6 lines
53 B
JavaScript
module.exports = {
|
|
presets: [
|
|
'@vue/app'
|
|
]
|
|
}
|