chore: Upgrade Node.js version

This commit is contained in:
Andi Sardina Ramos 2024-02-06 10:00:07 +02:00 committed by GitHub
parent 5d8b1949b7
commit 8f9ad16f54
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
58 changed files with 5631 additions and 4484 deletions

10
webui/src-pwa/pwa-flag.d.ts vendored Normal file
View file

@ -0,0 +1,10 @@
/* eslint-disable */
// THIS FEATURE-FLAG FILE IS AUTOGENERATED,
// REMOVAL OR CHANGES WILL CAUSE RELATED TYPES TO STOP WORKING
import "quasar/dist/types/feature-flag";
declare module "quasar/dist/types/feature-flag" {
interface QuasarFeatureFlags {
pwa: true;
}
}