Cursor
This commit is contained in:
17
.claude/launch.json
Normal file
17
.claude/launch.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"version": "0.0.1",
|
||||
"configurations": [
|
||||
{
|
||||
"name": "api",
|
||||
"runtimeExecutable": "npm",
|
||||
"runtimeArgs": ["run", "dev:api"],
|
||||
"port": 3000
|
||||
},
|
||||
{
|
||||
"name": "web",
|
||||
"runtimeExecutable": "npm",
|
||||
"runtimeArgs": ["run", "dev:web"],
|
||||
"port": 4200
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user