Dateien nach "/" hochladen

This commit is contained in:
ThePain 2024-05-08 15:22:38 +00:00
parent 0c9281ced0
commit 535d5894bc
2 changed files with 18 additions and 0 deletions

10
tailwind.config.js Normal file
View File

@ -0,0 +1,10 @@
/** @type {import('tailwindcss').Config} */
module.exports = {
darkModen: "class",
content: [],
theme: {
extend: {},
},
plugins: [],
}

8
vue.config.js Normal file
View File

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