Implemented replay

This commit is contained in:
kontiko 2024-06-27 22:22:13 +02:00
parent 6a3a37758c
commit 207b7f290f
12 changed files with 441 additions and 227 deletions

View file

@ -15,11 +15,8 @@
// Features to add to the dev container. More info: https://containers.dev/features.
// "features": {},
// Use 'forwardPorts' to make a list of ports inside the container available locally.
//"forwardPorts": [
// 3000,
// 3333
//],
"runArgs": ["--network=host"],
"forwardPorts": [3000, 3333],
"runArgs": ["--network=host", "-p 3000:3000", "-p 3333:3333"],
// Use 'postCreateCommand' to run commands after the container is created.
"postCreateCommand": "sh .devcontainer/post-create.sh",
// Configure tool-specific properties.