UNPKG

@baicie/zeus

Version:

The progressive JavaScript framework for building modern web applications.

23 lines (20 loc) 368 B
/** * zeus vundefined * (c) 2025 baicie * Released under the MIT License. **/ export * from '@zeus-js/runtime'; export * from '@zeus-js/wc'; function initDev() { { { console.info( `You are running a development build of Zeus. Make sure to use the production build (*.prod.js) when deploying for production.` ); } } } { initDev(); }