|
{
|
|
"version": "0.0.1",
|
|
"configurations": [
|
|
{
|
|
"name": "infinith-dev",
|
|
"runtimeExecutable": "/opt/homebrew/bin/npm",
|
|
"runtimeArgs": ["run", "dev"],
|
|
"env": { "PATH": "/opt/homebrew/bin:/opt/homebrew/opt/node/bin:/usr/local/bin:/usr/bin:/bin" },
|
|
"port": 3000
|
|
}
|
|
]
|
|
}
|