chore: add gitea workflows

This commit is contained in:
2025-12-31 05:12:21 +01:00
parent 336fead573
commit 99db834fde
4 changed files with 132 additions and 1 deletions

View File

@@ -7,7 +7,8 @@
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview"
"preview": "vite preview",
"serve": "tsc -b && vite build && vite preview --port 6568"
},
"dependencies": {
"@tailwindcss/vite": "^4.1.18",