UNPKG

@line/create-liff-app

Version:

Start developing LIFF application with a simple CLI command.

11 lines (8 loc) 194 B
/// <reference types="svelte" /> /// <reference types="vite/client" /> interface ImportMetaEnv { readonly VITE_LIFF_ID: string } interface ImportMeta { readonly env: ImportMetaEnv }