UNPKG

pcf-vite-harness

Version:

Modern Vite-based development harness for PowerApps Component Framework (PCF) with hot module replacement and PowerApps-like environment simulation

6 lines (4 loc) 184 B
#!/usr/bin/env node declare function runInit(options?: any): Promise<void>; declare function runGenerateContext(options?: any): Promise<void>; export { runGenerateContext, runInit };