mirror of
https://github.com/BradNut/boredgame
synced 2025-09-08 17:40:22 +00:00
31 lines
No EOL
837 B
JSON
31 lines
No EOL
837 B
JSON
{
|
|
// Use IntelliSense to learn about possible attributes.
|
|
// Hover to view descriptions of existing attributes.
|
|
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"name": "Launch server",
|
|
"request": "launch",
|
|
"runtimeArgs": ["dev"],
|
|
"runtimeExecutable": "pnpm",
|
|
"skipFiles": ["<node_internals>/**"],
|
|
"type": "node",
|
|
"console": "integratedTerminal"
|
|
},
|
|
{
|
|
"type": "chrome",
|
|
"request": "launch",
|
|
"name": "Launch browser",
|
|
"url": "http://127.0.0.1:5173",
|
|
"runtimeExecutable": "/home/bshellnu/.local/share/flatpak/app/org.chromium.Chromium/current/active/files/chromium/chrome",
|
|
"webRoot": "${workspaceFolder}"
|
|
}
|
|
],
|
|
"compounds": [
|
|
{
|
|
"name": "Both",
|
|
"configurations": ["Launch server", "Launch browser"]
|
|
}
|
|
]
|
|
} |