Init on windows.

This commit is contained in:
Matjaz
2022-02-05 15:18:11 +01:00
parent 9b4e65b9f5
commit 97312db57f
2 changed files with 1587 additions and 1 deletions

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

@ -0,0 +1,17 @@
{
// 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": "pwa-node",
"request": "launch",
"name": "Launch Program",
"skipFiles": [
"<node_internals>/**"
],
"program": "${workspaceFolder}\\bin\\www"
}
]
}

1571
package-lock.json generated

File diff suppressed because it is too large Load Diff