This commit is contained in:
onysd 2026-07-24 22:46:05 +03:00
parent b443ff0c73
commit 3325e793f9
10 changed files with 76 additions and 121 deletions

17
.claude/launch.json Normal file
View file

@ -0,0 +1,17 @@
{
"version": "0.0.1",
"configurations": [
{
"name": "telesrv-admin-web",
"runtimeExecutable": "npm",
"runtimeArgs": ["run", "dev", "--prefix", "cmd/telesrv-admin/web"],
"port": 2410
},
{
"name": "owpengram-site-dev",
"runtimeExecutable": "npm",
"runtimeArgs": ["run", "dev", "--prefix", "../owpengram-site"],
"port": 5173
}
]
}