Creazione Sito Web da pagina

This commit is contained in:
Surya Paolo
2023-12-08 14:07:39 +01:00
parent bb9ca970f8
commit 7e17869d3e
11 changed files with 306 additions and 19 deletions

18
.vscode/launch.json vendored
View File

@@ -19,23 +19,5 @@
"request": "launch",
"type": "node-terminal"
},
{
"command": "npm run spanorefresh",
"name": "SPA no Refresh",
"request": "launch",
"type": "node-terminal"
},
{
"type": "node",
"request": "launch",
"name": "Launch Program",
"skipFiles": [
"<node_internals>/**"
],
"program": "${workspaceFolder}/src/App.ts",
"outFiles": [
"${workspaceFolder}/**/*.js"
]
}
]
}