mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-16 23:43:41 +08:00
5 lines
115 B
TypeScript
5 lines
115 B
TypeScript
import subsConfig from '../src/config';
|
|
import { writeConfig } from '../src/file';
|
|
|
|
await writeConfig(subsConfig);
|