mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-20 08:28:17 +01:00
Bundle everything with rolldown
This commit is contained in:
@@ -9,8 +9,8 @@ import fsExtra from 'fs-extra';
|
||||
import { v4 as generateGuid } from 'uuid';
|
||||
import { assert } from 'chai';
|
||||
|
||||
import type { ConfigType } from '../../../app/base_config.node.js';
|
||||
import { start } from '../../../app/base_config.node.js';
|
||||
import type { ConfigType } from '../../../app/base_config.node.ts';
|
||||
import { start } from '../../../app/base_config.node.ts';
|
||||
|
||||
const { pathExists, readJsonSync } = fsExtra;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user