Skip to content

Instantly share code, notes, and snippets.

@audinue
Created December 23, 2024 19:22
Show Gist options
  • Save audinue/040edb8ee837e443b35ee00b28ff9a48 to your computer and use it in GitHub Desktop.
Save audinue/040edb8ee837e443b35ee00b28ff9a48 to your computer and use it in GitHub Desktop.
{
"configurations": [
{
"name": "dev",
"request": "launch",
"runtimeExecutable": "pnpm",
"runtimeArgs": ["vite", "--host", "--open"],
"type": "node"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment