20 lines
468 B
JSON
20 lines
468 B
JSON
{
|
|
"version": "0.0.1",
|
|
"configurations": [
|
|
{
|
|
"name": "admin-platform",
|
|
"runtimeExecutable": "pnpm",
|
|
"runtimeArgs": ["--dir", "/Users/hy/Documents/hy/hyapp-admin-platform", "dev", "--port", "7002"],
|
|
"port": 7002,
|
|
"autoPort": false
|
|
},
|
|
{
|
|
"name": "admin-server",
|
|
"runtimeExecutable": "go",
|
|
"runtimeArgs": ["run", "-C", "server/admin", "./cmd/server"],
|
|
"port": 13100,
|
|
"autoPort": false
|
|
}
|
|
]
|
|
}
|