UNPKG

comctx

Version:

Cross-context RPC solution with type safety and flexible adapters.

15 lines (13 loc) 283 B
import { defineConfig } from 'vite' import { resolve } from 'node:path' export default defineConfig({ base: './', build: { rollupOptions: { input: { main: resolve(__dirname, 'index.html'), iframe: resolve(__dirname, 'iframe.html') } } } })