mirror of
https://github.com/BradNut/boredgame
synced 2025-09-08 17:40:22 +00:00
19 lines
No EOL
406 B
JSON
19 lines
No EOL
406 B
JSON
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"name": "Launch Vite DEV server",
|
|
"request": "launch",
|
|
"runtimeExecutable": "npx",
|
|
"runtimeArgs": [
|
|
"vite",
|
|
],
|
|
"type": "node",
|
|
"serverReadyAction": {
|
|
"action": "debugWithChrome",
|
|
"pattern": "Local: http://localhost:([0-9]+)",
|
|
"uriFormat": "http://localhost:%s"
|
|
}
|
|
}
|
|
]
|
|
} |