summaryrefslogtreecommitdiffstats
path: root/scripts/config.ts
blob: 1ea762e18807da07b668a4a8ab86c84db7c69ec8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
export const config = {
    github: {
        owner: 'amrkmn',
        repo: 'x',
        branch: 'main'
    },
    domains: [
        'https://x.noz.one', //
        'https://x.ujol.dev',
        'https://x.amar.kim',
        'https://x.ujol.workers.dev'
    ],
    filesToCopy: [
        'index.json', //
        'index.min.json',
        'repo.json',
        'apk',
        'icon'
    ]
};