Initial commit with gitea actions

This commit is contained in:
Torben Schaffhauser
2026-06-17 15:32:28 +02:00
commit b72a7877e0
23 changed files with 3230 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
{
"recommendations": [
"svelte.svelte-vscode",
"bradlc.vscode-tailwindcss"
]
}
+5
View File
@@ -0,0 +1,5 @@
{
"files.associations": {
"*.css": "tailwindcss"
}
}