mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 04:18:54 +00:00
8 lines
165 B
TypeScript
8 lines
165 B
TypeScript
export const config = {
|
|
entry: {
|
|
app: './src/index.tsx',
|
|
shell: './src/shell/index.tsx',
|
|
backgroundWorker: './src/background-worker/index.ts',
|
|
},
|
|
};
|