UNPKG

pcf-vite-harness

Version:

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

5 lines (3 loc) 101 B
#!/usr/bin/env node declare function runCreate(options?: any): Promise<void>; export { runCreate };