UNPKG

@kevinmarrec/create-cloudstack-app

Version:

CLI that scaffolds an opinionated Bun & Vue fullstack application.

10 lines (7 loc) 187 B
/// <reference types="@kevinmarrec/cloudstack-vite-config/client" /> interface ImportMetaEnv { // Add your env variables here } interface ImportMeta { readonly env: ImportMetaEnv }