Move Pazisme Mod page to a standalone HTML (#86)
Build / build (push) Successful in 56s
Lint / lint (push) Failing after 11s

Co-authored-by: Julien Valverdé <julien.valverde@mailo.com>
Co-authored-by: Renovate Bot <renovate-bot@valverde.cloud>
Reviewed-on: #86
This commit was merged in pull request #86.
This commit is contained in:
2026-05-19 19:20:39 +02:00
parent fa086ac840
commit 82904cf000
15 changed files with 326 additions and 458 deletions
+6 -6
View File
@@ -1,6 +1,6 @@
{
"name": "website",
"packageManager": "bun@1.2.22",
"packageManager": "bun@1.3.14",
"private": true,
"workspaces": ["./packages/*"],
"scripts": {
@@ -12,12 +12,12 @@
"clean:modules": "turbo clean:modules && rm -rf node_modules"
},
"devDependencies": {
"@biomejs/biome": "^2.2.4",
"@effect/language-service": "^0.60.0",
"@types/bun": "^1.2.23",
"npm-check-updates": "^19.0.0",
"@biomejs/biome": "^2.4.15",
"@effect/language-service": "^0.86.1",
"@types/bun": "^1.3.14",
"npm-check-updates": "^22.2.0",
"npm-sort": "^0.0.4",
"turbo": "^2.5.6",
"turbo": "^2.9.14",
"typescript": "^5.9.2"
}
}