first commit

This commit is contained in:
2026-08-05 15:26:50 +05:30
parent c000e5dc95
commit 2c8c394795
126 changed files with 10824 additions and 302 deletions

11
.claude/launch.json Normal file
View File

@@ -0,0 +1,11 @@
{
"version": "0.0.1",
"configurations": [
{
"name": "loyaly-mer-dev",
"runtimeExecutable": "npm",
"runtimeArgs": ["run", "dev"],
"port": 3100
}
]
}