Added and/or updated config files

This commit is contained in:
Rafael Horvat
2021-12-29 12:02:32 +01:00
parent c167010796
commit b308a07d8d
3 changed files with 98 additions and 0 deletions

17
.vscode/launch.json vendored Normal file
View 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/"
}
]
}
]
}