12 lines
245 B
JSON
12 lines
245 B
JSON
{
|
|
"version": "0.0.1",
|
|
"configurations": [
|
|
{
|
|
"name": "language-app",
|
|
"runtimeExecutable": "/bin/bash",
|
|
"runtimeArgs": ["-c", "PATH=/opt/homebrew/Cellar/node/24.4.1/bin:$PATH npm run dev"],
|
|
"port": 5173
|
|
}
|
|
]
|
|
}
|