chore(deps): update packages, use node22 packages

This commit is contained in:
Ismo Vuorinen
2024-09-17 13:33:20 +03:00
parent 9ba9cdbf62
commit 5c8efb89db
4 changed files with 317 additions and 355 deletions

View File

@@ -173,13 +173,13 @@ watch(
<main>
<h3>Generated service script:</h3>
<div>
Path: <code>{{ servicePath }}</code>
Save as: <code>{{ servicePath }}</code>
</div>
<textarea style="height: 400px" v-text="serviceTemplate"></textarea>
<details>
<summary>Logrotate</summary>
<div>
Path: <code>{{ logRotatePath }}</code>
Save as: <code>{{ logRotatePath }}</code>
</div>
<textarea class="just-right noresize" v-text="logRotate"></textarea>
</details>