🧹 chore(clean): whole repository

This commit is contained in:
eshanized
2024-12-25 04:57:02 +05:30
parent 9333bebc52
commit 2340d0f691
88 changed files with 0 additions and 10238 deletions

View File

@@ -1,25 +0,0 @@
import { Mirror } from '@/types/download';
export const mirrors: Mirror[] = [
{
id: 'us-east',
name: 'US East Mirror',
location: 'New York, USA',
url: 'https://mirror-east.snigdhaos.org',
speed: 120,
},
{
id: 'eu-central',
name: 'EU Central Mirror',
location: 'Frankfurt, Germany',
url: 'https://mirror-eu.snigdhaos.org',
speed: 100,
},
{
id: 'asia-east',
name: 'Asia East Mirror',
location: 'Singapore',
url: 'https://mirror-asia.snigdhaos.org',
speed: 80,
},
];