UNPKG

quasqui

Version:

The meta-framework suite designed from scratch for frontend-focused modern web development.

7 lines (4 loc) 153 B
import path from 'path'; import { runtime } from './b'; export const source = { entries: { app: path.resolve('./src/App.tsx') } }; export { runtime };