UNPKG

epmp-cli

Version:

A simple init for epm scaffolding projects.

6 lines (5 loc) 190 B
export default (async () => { let res = await import('nc-lightapp-front').then((res) => res.default.then((res) => res)); window.$lightappFront = res; import('./bootstrap.js'); })();