mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-16 16:22:21 +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);
|