init: almost production-ready app

This commit is contained in:
2025-01-24 19:35:47 +01:00
commit 965a5df2fe
22 changed files with 2142 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
/** @type {import('tailwindcss').Config} */
export default {
content: [],
theme: {
extend: {},
},
plugins: [],
purge: ['./index.html', './src/**/*.{vue,js,ts,jsx,tsx}'],
}