webui: Update

This commit is contained in:
Thomas Klaehn
2023-02-09 09:47:49 +01:00
parent 8c110e845b
commit b5fad5d100
28 changed files with 4288 additions and 828 deletions

13
webui/.eslintignore Normal file
View File

@@ -0,0 +1,13 @@
.DS_Store
node_modules
/build
/.svelte-kit
/package
.env
.env.*
!.env.example
# Ignore files for PNPM, NPM and YARN
pnpm-lock.yaml
package-lock.json
yarn.lock