13 lines
279 B
JSON
13 lines
279 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
|
|
}
|
|
]
|
|
}
|