UNPKG

@jigx/mdk

Version:

Jigx Mobile Development Kit - SDK for building Jigx applications

11 lines (10 loc) 377 B
// Run this with tsx which handles TypeScript imports import fs from 'fs'; import('./template-app-1/app.ts').then(module => { const built = module.app.build(); fs.writeFileSync('/workspace/output.json', JSON.stringify(built)); console.log('Successfully generated output.json'); }).catch(err => { console.error('Failed to generate output:', err); process.exit(1); });