feat: Replaced Monaco diff editor with Pierre/diffs for better performance
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
import WorkerUrl from '@pierre/diffs/worker/worker.js?worker&url';
|
||||
|
||||
export function workerFactory(): Worker {
|
||||
return new Worker(WorkerUrl, { type: 'module' });
|
||||
}
|
||||
Reference in New Issue
Block a user