- Aggiornato i vari .ENV

This commit is contained in:
Surya Paolo
2025-03-04 20:20:26 +01:00
parent 8363d65456
commit f3597facd3
16 changed files with 1099 additions and 148347 deletions

2
.vscode/launch.json vendored
View File

@@ -8,7 +8,7 @@
"name": "Launch via Nodemon",
"program": "${workspaceFolder}/node_modules/nodemon/bin/nodemon.js",
"restart": true,
"runtimeExecutable": " ",
"runtimeExecutable": "/usr/local/bin/node",
"runtimeArgs": [
"--inspect=9229" // Use "--inspect=0.0.0.0:9229" for remote debugging
],