chore: Upgrade Node.js version
This commit is contained in:
parent
5d8b1949b7
commit
8f9ad16f54
58 changed files with 5631 additions and 4484 deletions
10
webui/src-pwa/pwa-flag.d.ts
vendored
Normal file
10
webui/src-pwa/pwa-flag.d.ts
vendored
Normal 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;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue