UNPKG

create-moost

Version:
11 lines (9 loc) 220 B
import { defineConfig } from 'rolldown' export default defineConfig({ input: 'src/main.ts', output: { format: 'esm', file: 'dist/main.js', }, external: ['@moostjs/event-ws', 'moost'], })