Integrates the Dispatch PWA (Vue/Quasar) into the gigafibre-fsm monorepo. Full git history accessible via `git log -- apps/dispatch/`. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
11 lines
275 B
TypeScript
11 lines
275 B
TypeScript
/* 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;
|
|
}
|
|
}
|