mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 20:38:52 +00:00
feat: replace electron to puppeteer (#2700)
Co-authored-by: himself65 <himself65@outlook.com>
This commit is contained in:
@@ -2,5 +2,5 @@ import { beforeAll } from 'vitest';
|
||||
|
||||
beforeAll(async () => {
|
||||
console.log('Build plugins');
|
||||
await import('../esbuild/build-plugins.mjs');
|
||||
await import('../../apps/electron/scripts/plugins/build-plugins.mjs');
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user