mirror of
https://github.com/smogon/pokemon-showdown-client.git
synced 2026-03-21 17:50:29 -05:00
23 lines
748 B
JSON
23 lines
748 B
JSON
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"name": "Chrome: Test Client Beta (Preact)",
|
|
"port": 9222,
|
|
"request": "launch",
|
|
"url": "${config:showdown.clientUrl}/testclient-beta.html${config:showdown.server}",
|
|
"type": "pwa-chrome",
|
|
"webRoot": "${workspaceFolder}",
|
|
"preLaunchTask": "npm: build"
|
|
},
|
|
{
|
|
"name": "Chrome: Test Client",
|
|
"port": 9222,
|
|
"request": "launch",
|
|
"url": "${config:showdown.clientUrl}/testclient.html${config:showdown.server}",
|
|
"type": "pwa-chrome",
|
|
"webRoot": "${workspaceFolder}",
|
|
"preLaunchTask": "npm: build"
|
|
}
|
|
]
|
|
} |