Add sauna

This commit is contained in:
Thomas Klaehn
2023-01-30 15:54:49 +01:00
parent f8b2047cff
commit 89a78993b5
39 changed files with 241 additions and 127 deletions

2
.vscode/launch.json vendored
View File

@@ -10,7 +10,7 @@
"request": "launch",
"mode": "auto",
"program": "${workspaceFolder}/main.go",
"preLaunchTask": "npm: build - svelte"
"preLaunchTask": "npm: build - webui"
}
]
}

4
.vscode/tasks.json vendored
View File

@@ -4,10 +4,10 @@
{
"type": "npm",
"script": "build",
"path": "svelte",
"path": "webui",
"group": "build",
"problemMatcher": [],
"label": "npm: build - svelte",
"label": "npm: build - webui",
"detail": "vite build"
}
]