too many things

This commit is contained in:
nin0 2025-05-15 07:05:16 -04:00
parent 3b892b3db0
commit b5dd0ed413
Signed by: nin0
SSH key fingerprint: SHA256:NOoDnFVvZNFvqfXCIhzr6oCTDImZAbTTuyAysZ8Ufk8
9 changed files with 1187 additions and 3 deletions

20
.vscode/launch.json vendored Normal file
View file

@ -0,0 +1,20 @@
{
"name": "Attach to process",
"type": "node",
"request": "attach",
"port": 9229,
"skipFiles": ["<node_internals>/**", "${workspaceFolder}/node_modules/**"],
"configurations": [
{
"name": "Attach to process",
"type": "node",
"request": "attach",
"port": 9229,
"skipFiles": [
"<node_internals>/**",
"${workspaceFolder}/node_modules/**"
],
"configurations": []
}
]
}