mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-17 07:18:24 +08:00
5 lines
149 B
TypeScript
5 lines
149 B
TypeScript
import subsConfig from '../src/config';
|
|
import { writeConfig } from '../src/file';
|
|
|
|
await writeConfig(process.cwd() + '/dist/gkd.json', subsConfig);
|