Skip to content

Commit 1500259

Browse files
committed
dbg
1 parent aa639c0 commit 1500259

8 files changed

Lines changed: 89699 additions & 4 deletions

File tree

web/.gitignore

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,3 @@ pnpm-debug.log*
2222

2323
# jetbrains setting folder
2424
.idea/
25-
26-
# The Repo folder
27-
src/pages/repo/**/_*.json
28-
src/metadata*.json

web/src/metadata_bincache_aarch64-linux.json

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.

web/src/metadata_bincache_x86_64-linux.json

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.

web/src/pages/repo/bincache/aarch64-linux/[family]/[package].astro

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ import App from "../../../../../components/app.tsx";
55
export async function getStaticPaths() {
66
const { default: apps } = await import("../_apps.json");
77
8+
console.log("ran static paths, out", apps);
9+
810
return apps.map((app) => ({
911
params: {
1012
family: app.pkg_family,

0 commit comments

Comments
 (0)