website

#astro#js#html#css

git clone https://git.pyrossh.dev/website

木 Personal website of pyrossh. Built with astrojs, shiki, vite.


3885e71pyrossh 2026-07-07T13:50:05+05:30
fix: correct tsconfig extends paths for deeply nested workers
packages/workers/repos/commits/detail/tsconfig.json CHANGED
@@ -1,4 +1,4 @@
1
1
  {
2
- "extends": "../../../../tsconfig.base.json",
2
+ "extends": "../../../../../tsconfig.base.json",
3
3
  "include": ["src"]
4
4
  }
packages/workers/repos/commits/index/tsconfig.json CHANGED
@@ -1,4 +1,4 @@
1
1
  {
2
- "extends": "../../../../tsconfig.base.json",
2
+ "extends": "../../../../../tsconfig.base.json",
3
3
  "include": ["src"]
4
4
  }
packages/workers/repos/files/blame/tsconfig.json CHANGED
@@ -1,4 +1,4 @@
1
1
  {
2
- "extends": "../../../../tsconfig.base.json",
2
+ "extends": "../../../../../tsconfig.base.json",
3
3
  "include": ["src"]
4
4
  }
packages/workers/repos/files/detail/tsconfig.json CHANGED
@@ -1,4 +1,4 @@
1
1
  {
2
- "extends": "../../../../tsconfig.base.json",
2
+ "extends": "../../../../../tsconfig.base.json",
3
3
  "include": ["src"]
4
4
  }
packages/workers/repos/files/history/tsconfig.json CHANGED
@@ -1,4 +1,4 @@
1
1
  {
2
- "extends": "../../../../tsconfig.base.json",
2
+ "extends": "../../../../../tsconfig.base.json",
3
3
  "include": ["src"]
4
4
  }
packages/workers/repos/files/index/tsconfig.json CHANGED
@@ -1,4 +1,4 @@
1
1
  {
2
- "extends": "../../../../tsconfig.base.json",
2
+ "extends": "../../../../../tsconfig.base.json",
3
3
  "include": ["src"]
4
4
  }
packages/workers/repos/issues/detail/tsconfig.json CHANGED
@@ -1,4 +1,4 @@
1
1
  {
2
- "extends": "../../../../tsconfig.base.json",
2
+ "extends": "../../../../../tsconfig.base.json",
3
3
  "include": ["src"]
4
4
  }
packages/workers/repos/issues/index/tsconfig.json CHANGED
@@ -1,4 +1,4 @@
1
1
  {
2
- "extends": "../../../../tsconfig.base.json",
2
+ "extends": "../../../../../tsconfig.base.json",
3
3
  "include": ["src"]
4
4
  }