feat: presentation RevealJS - Groupe Lazarus et hack de Bybit 2025
This commit is contained in:
17
.devcontainer/devcontainer.json
Normal file
17
.devcontainer/devcontainer.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"name": "Presentation Cybersecurite - Lazarus Group",
|
||||
"image": "mcr.microsoft.com/devcontainers/javascript-node:20",
|
||||
"forwardPorts": [8000],
|
||||
"postCreateCommand": "npm install",
|
||||
"customizations": {
|
||||
"vscode": {
|
||||
"extensions": [
|
||||
"ritwickdey.LiveServer"
|
||||
],
|
||||
"settings": {
|
||||
"liveServer.settings.port": 8000,
|
||||
"liveServer.settings.root": "/"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user