mirror of
https://github.com/glowingblue/flarum-ext-redis-setup.git
synced 2026-03-22 06:57:45 +01:00
18 lines
375 B
JSON
18 lines
375 B
JSON
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"name": "Attach to Flarum",
|
|
"type": "firefox",
|
|
"request": "attach",
|
|
"url": "http://localhost:8888",
|
|
"pathMappings": [
|
|
{
|
|
"url": "webpack://${command:glowingblue-composer-package-name.getName}/src/",
|
|
"path": "${workspaceFolder}/js/src/"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|