Initial commit

This commit is contained in:
2025-08-13 12:03:49 +00:00
commit b103631133
28 changed files with 960 additions and 0 deletions

5
settings.gradle.kts Normal file
View File

@@ -0,0 +1,5 @@
plugins {
id("org.gradle.toolchains.foojay-resolver-convention") version "0.5.0"
}
val REPO_NAME = "dummy so the gitea template compiles, please remove"
rootProject.name = "mtmc-web"