mirror of
https://github.com/caty21/forex-dashboard.git
synced 2026-07-27 20:37:45 +00:00
12 lines
218 B
JSON
12 lines
218 B
JSON
{
|
|
"version": "0.0.1",
|
|
"configurations": [
|
|
{
|
|
"name": "forex-dashboard",
|
|
"runtimeExecutable": "C:\\Program Files\\nodejs\\npm.cmd",
|
|
"runtimeArgs": ["run", "dev"],
|
|
"port": 3000
|
|
}
|
|
]
|
|
}
|