Nouveaus modules

This commit is contained in:
2023-11-10 19:16:00 +01:00
parent b1cd3184f9
commit 1d3bb9e9df
188 changed files with 10127 additions and 12496 deletions

16
.vscode/launch.json vendored Normal file
View File

@@ -0,0 +1,16 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "chrome",
"request": "launch",
"name": "Launch Chrome against localhost",
"url": "http://localhost:5006",
"webRoot": "${workspaceFolder}"
}
]
}