Files
AFFiNE-Mirror/packages/frontend/apps/electron-renderer/webpack.config.ts

8 lines
165 B
TypeScript

export const config = {
entry: {
app: './src/index.tsx',
shell: './src/shell/index.tsx',
backgroundWorker: './src/background-worker/index.ts',
},
};