Update src/index.ts
Browse files- src/index.ts +0 -3
src/index.ts
CHANGED
@@ -2,10 +2,7 @@ import { serve } from "bun";
|
|
2 |
import { type Repo } from "./types.ts";
|
3 |
|
4 |
const packagesUrls = [
|
5 |
-
"https://raw.githubusercontent.com/Zigistry/database/refs/heads/main/database/games.json",
|
6 |
-
"https://raw.githubusercontent.com/Zigistry/database/refs/heads/main/database/gui.json",
|
7 |
"https://raw.githubusercontent.com/Zigistry/database/refs/heads/main/database/packages.json",
|
8 |
-
"https://raw.githubusercontent.com/Zigistry/database/refs/heads/main/database/web.json",
|
9 |
];
|
10 |
|
11 |
const programsUrl =
|
|
|
2 |
import { type Repo } from "./types.ts";
|
3 |
|
4 |
const packagesUrls = [
|
|
|
|
|
5 |
"https://raw.githubusercontent.com/Zigistry/database/refs/heads/main/database/packages.json",
|
|
|
6 |
];
|
7 |
|
8 |
const programsUrl =
|