This commit is contained in:
2026-08-11 21:50:42 +02:00
parent bec48ab8e1
commit ca1e432f80
9 changed files with 65 additions and 22 deletions

View File

@@ -6,6 +6,12 @@
"runtimeExecutable": "npm",
"runtimeArgs": ["run", "dev"],
"port": 3050
},
{
"name": "dev-node",
"runtimeExecutable": "node",
"runtimeArgs": ["node_modules/next/dist/bin/next", "dev", "-p", "3050"],
"port": 3050
}
]
}