UNPKG

create-mellowtel-extension

Version:

Create a new Mellowtel browser extension with one command

16 lines (15 loc) 375 B
// Generated by wxt interface ImportMetaEnv { readonly MANIFEST_VERSION: 2 | 3; readonly BROWSER: string; readonly CHROME: boolean; readonly FIREFOX: boolean; readonly SAFARI: boolean; readonly EDGE: boolean; readonly OPERA: boolean; readonly COMMAND: "build" | "serve"; readonly ENTRYPOINT: string; } interface ImportMeta { readonly env: ImportMetaEnv }