Riso: Ris Italia, altre modifiche grafiche

Lista Utenti da Verificare
This commit is contained in:
Surya Paolo
2023-11-30 01:49:17 +01:00
parent 0e3ba5ff87
commit 4a408b4ebd
6 changed files with 59 additions and 11 deletions

2
.vscode/launch.json vendored
View File

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