mirror of
https://github.com/Traceworks2023/nxtgauge-frontend-solid.git
synced 2026-06-10 20:01:27 +00:00
11 lines
186 B
JSON
11 lines
186 B
JSON
{
|
|
"version": "0.0.1",
|
|
"configurations": [
|
|
{
|
|
"name": "frontend-solid",
|
|
"runtimeExecutable": "npm",
|
|
"runtimeArgs": ["run", "dev"],
|
|
"port": 3000
|
|
}
|
|
]
|
|
}
|