mirror of
https://github.com/glowingblue/flarum-ext-redis-setup.git
synced 2026-03-22 15:07:53 +01:00
Added and/or updated config files
This commit is contained in:
17
.vscode/launch.json
vendored
Normal file
17
.vscode/launch.json
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"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/"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user