Revert "restart frontend development (now vite)"

This reverts commit b0891022e7.
This commit is contained in:
janis
2023-10-19 13:00:08 +02:00
parent b0891022e7
commit 801a646a4d
28 changed files with 26157 additions and 342 deletions

4
frontend/vue.config.js Normal file
View File

@@ -0,0 +1,4 @@
const { defineConfig } = require('@vue/cli-service')
module.exports = defineConfig({
transpileDependencies: true
})