feat: add infra app for infrastructure documentation

This commit is contained in:
maulanasdqn
2026-01-21 20:22:27 +07:00
parent ad59d39f55
commit 951db0f28a
13 changed files with 418 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
{
"name": "infra",
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "apps/infra/src",
"projectType": "application",
"tags": [],
"targets": {}
}