UNPKG

@line/create-liff-app

Version:

Start developing LIFF application with a simple CLI command.

10 lines (7 loc) 157 B
/// <reference types="vite/client" /> interface ImportMetaEnv { readonly VITE_LIFF_ID: string; } interface ImportMeta { readonly env: ImportMetaEnv; }