initial commit

This commit is contained in:
Simeon Radivoev 2026-01-23 04:56:39 +02:00
commit 3e90445fab
Signed by: simeonradivoev
GPG key ID: 7611A451D2A5D37A
20 changed files with 961 additions and 0 deletions

5
tailwind.config.js Normal file
View file

@ -0,0 +1,5 @@
/** @type {import('tailwindcss').Config} */
export default {
content: ["./src/mainview/**/*.{html,js,ts,jsx,tsx}"],
plugins: [],
}