jacquardSnapshot

← snapshot

204 bytes
{
  "version": "0.0.1",
  "configurations": [
    {
      "name": "jacquard-web",
      "runtimeExecutable": "npm",
      "runtimeArgs": ["run", "dev"],
      "cwd": "web",
      "port": 3000
    }
  ]
}