2023-10-04 19:37:38 -04:00
|
|
|
{
|
|
|
|
// Use IntelliSense to learn about possible attributes.
|
|
|
|
// Hover to view descriptions of existing attributes.
|
|
|
|
"version": "0.2.0",
|
|
|
|
"configurations": [
|
|
|
|
{
|
2023-12-01 17:52:00 -05:00
|
|
|
"type": "firefox",
|
|
|
|
"firefoxExecutable": "C:\\Program Files\\Ablaze Floorp\\floorp.exe",
|
2023-10-04 19:37:38 -04:00
|
|
|
"request": "launch",
|
2023-12-01 17:52:00 -05:00
|
|
|
"name": "client: floorp",
|
2023-10-09 18:46:06 -04:00
|
|
|
"url": "http://localhost:3000",
|
2023-12-01 17:52:00 -05:00
|
|
|
"webRoot": "${workspaceFolder}",
|
|
|
|
"pathMappings": [
|
|
|
|
{
|
|
|
|
"url": "http://localhost:3000/_nuxt/components",
|
|
|
|
"path": "${workspaceFolder}/components"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "http://localhost:3000/_nuxt/components",
|
|
|
|
"path": "${workspaceFolder}/components"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "http://localhost:3000/_nuxt/components",
|
|
|
|
"path": "${workspaceFolder}/components"
|
|
|
|
}
|
|
|
|
]
|
2023-10-04 19:37:38 -04:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "node",
|
|
|
|
"request": "launch",
|
|
|
|
"name": "server: nuxt",
|
|
|
|
"outputCapture": "std",
|
|
|
|
"program": "${workspaceFolder}/node_modules/nuxi/bin/nuxi.mjs",
|
2023-10-09 18:46:06 -04:00
|
|
|
"args": ["dev", "--host", "127.0.0.1"]
|
2023-10-04 19:37:38 -04:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"compounds": [
|
|
|
|
{
|
|
|
|
"name": "fullstack: nuxt",
|
2023-12-01 17:52:00 -05:00
|
|
|
"configurations": ["server: nuxt", "client: floorp"]
|
2023-10-04 19:37:38 -04:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|