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