upload ai slop

This commit is contained in:
2026-02-25 22:49:38 +02:00
parent 49ebbc34fa
commit 5bd89c3291
119 changed files with 3513 additions and 129 deletions

View File

@@ -193,6 +193,24 @@ commands = [
],
]
[env.frontend]
description = "Build frontend HTML and JS"
allowlist_externals = [
"npm",
]
change_dir = "frontend"
commands = [
[
"npm",
"install",
],
[
"npm",
"run",
"build",
],
]
[env.html]
description = "Generate html documentation"
dependency_groups = [