a gitea ci

This commit is contained in:
BeauTroll
2026-01-19 18:36:27 +01:00
parent cbd0cdced4
commit d470eb2cd5
6 changed files with 356 additions and 193 deletions

View File

@@ -9,7 +9,8 @@
"test": "vitest run",
"lint": "biome check .",
"lint:fix": "biome check --write .",
"format": "biome format --write ."
"format": "biome format --write .",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@prisma/client": "^7.2.0",
@@ -50,4 +51,3 @@
"web-vitals": "^5.1.0"
}
}