import type { ElectrobunConfig } from 'electrobun' export default { app: { name: 'Furtherverse', identifier: 'com.imbytecat.furtherverse', version: '0.1.0', }, build: { bun: { entrypoint: 'src/bun/index.ts', }, linux: { bundleCEF: true, }, }, } satisfies ElectrobunConfig