fixes
This commit is contained in:
parent
b443ff0c73
commit
3325e793f9
10 changed files with 76 additions and 121 deletions
17
.claude/launch.json
Normal file
17
.claude/launch.json
Normal 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
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue