-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 5748c7f
Showing
211 changed files
with
15,008 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"extends": "next/core-web-vitals", | ||
"rules": { | ||
"react/no-unescaped-entities": "off" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files. | ||
|
||
# dependencies | ||
/node_modules | ||
/.pnp | ||
.pnp.js | ||
.yarn/install-state.gz | ||
|
||
# testing | ||
/coverage | ||
|
||
# next.js | ||
/.next/ | ||
/out/ | ||
|
||
# production | ||
/build | ||
|
||
# misc | ||
.DS_Store | ||
*.pem | ||
|
||
# debug | ||
npm-debug.log* | ||
yarn-debug.log* | ||
yarn-error.log* | ||
|
||
# local env files | ||
.env | ||
.env*.local | ||
|
||
# vercel | ||
.vercel | ||
|
||
# typescript | ||
*.tsbuildinfo | ||
next-env.d.ts | ||
|
||
#self | ||
TODO.md | ||
|
||
# turbopack | ||
.turbo |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"hash":"4209ff8e8fd08d1f","duration":16079} |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"hash":"768dbd4cd74203e5","duration":13933} |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"hash":"7d452c90869f0a29","duration":2307} |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"hash":"fccebf04237100ab","duration":2347} |
Binary file not shown.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
2024-07-05T14:23:59.088278Z WARN turborepo_lib::package_changes_watcher: changed_files: {AnchoredSystemPathBuf("4913"), AnchoredSystemPathBuf("tsconfig.json"), AnchoredSystemPathBuf("tsconfig.json~")} | ||
2024-07-05T14:23:59.088313Z WARN turborepo_lib::package_changes_watcher: changed_packages: Ok(Some({WorkspacePackage { name: Root, path: AnchoredSystemPathBuf("") }})) | ||
2024-07-05T14:24:09.187907Z WARN turborepo_lib::package_changes_watcher: changed_files: {AnchoredSystemPathBuf("tsconfig.json")} | ||
2024-07-05T14:24:09.187921Z WARN turborepo_lib::package_changes_watcher: changed_packages: Ok(Some({WorkspacePackage { name: Root, path: AnchoredSystemPathBuf("") }})) | ||
2024-07-05T14:25:15.087959Z WARN turborepo_lib::package_changes_watcher: changed_files: {AnchoredSystemPathBuf("4913"), AnchoredSystemPathBuf("tsconfig.json"), AnchoredSystemPathBuf("tsconfig.json~")} | ||
2024-07-05T14:25:15.087978Z WARN turborepo_lib::package_changes_watcher: changed_packages: Ok(Some({WorkspacePackage { name: Root, path: AnchoredSystemPathBuf("") }})) | ||
2024-07-05T14:25:22.387858Z WARN turborepo_lib::package_changes_watcher: changed_files: {AnchoredSystemPathBuf("tsconfig.json")} | ||
2024-07-05T14:25:22.387869Z WARN turborepo_lib::package_changes_watcher: changed_packages: Ok(Some({WorkspacePackage { name: Root, path: AnchoredSystemPathBuf("") }})) | ||
2024-07-05T16:58:29.348412Z WARN turborepo_filewatch: encountered error watching filesystem enumerating recursive watch: IO error for operation on /home/ag/code/www/.git/.gitstatus.iNbHiC/a/1: No such file or directory (os error 2) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
|
||
> [email protected] build /home/ag/code/www | ||
> next build | ||
|
||
[1m[38;2;173;127;168m▲ Next.js 14.2.4[39m[22m | ||
- Environments: .env.local | ||
|
||
[37m[1m [22m[39m Creating an optimized production build ... |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,179 @@ | ||
|
||
> [email protected] check-types /home/ag/code/www | ||
> tsc --noEmit | ||
|
||
[91merror[0m[90m TS6053: [0mFile '/home/ag/code/www/.next/types/app/(more)/anime/page.ts' not found. | ||
The file is in the program because: | ||
Matched by include pattern '.next/types/**/*.ts' in '/home/ag/code/www/tsconfig.json' | ||
|
||
[96mtsconfig.json[0m:[93m36[0m:[93m5[0m | ||
[7m36[0m ".next/types/**/*.ts" | ||
[7m [0m [96m ~~~~~~~~~~~~~~~~~~~~~[0m | ||
File is matched by include pattern specified here. | ||
|
||
[91merror[0m[90m TS6053: [0mFile '/home/ag/code/www/.next/types/app/(more)/books/page.ts' not found. | ||
The file is in the program because: | ||
Matched by include pattern '.next/types/**/*.ts' in '/home/ag/code/www/tsconfig.json' | ||
|
||
[96mtsconfig.json[0m:[93m36[0m:[93m5[0m | ||
[7m36[0m ".next/types/**/*.ts" | ||
[7m [0m [96m ~~~~~~~~~~~~~~~~~~~~~[0m | ||
File is matched by include pattern specified here. | ||
|
||
[91merror[0m[90m TS6053: [0mFile '/home/ag/code/www/.next/types/app/(more)/faqs/page.ts' not found. | ||
The file is in the program because: | ||
Matched by include pattern '.next/types/**/*.ts' in '/home/ag/code/www/tsconfig.json' | ||
|
||
[96mtsconfig.json[0m:[93m36[0m:[93m5[0m | ||
[7m36[0m ".next/types/**/*.ts" | ||
[7m [0m [96m ~~~~~~~~~~~~~~~~~~~~~[0m | ||
File is matched by include pattern specified here. | ||
|
||
[91merror[0m[90m TS6053: [0mFile '/home/ag/code/www/.next/types/app/(more)/layout.ts' not found. | ||
The file is in the program because: | ||
Matched by include pattern '.next/types/**/*.ts' in '/home/ag/code/www/tsconfig.json' | ||
|
||
[96mtsconfig.json[0m:[93m36[0m:[93m5[0m | ||
[7m36[0m ".next/types/**/*.ts" | ||
[7m [0m [96m ~~~~~~~~~~~~~~~~~~~~~[0m | ||
File is matched by include pattern specified here. | ||
|
||
[91merror[0m[90m TS6053: [0mFile '/home/ag/code/www/.next/types/app/(more)/music/page.ts' not found. | ||
The file is in the program because: | ||
Matched by include pattern '.next/types/**/*.ts' in '/home/ag/code/www/tsconfig.json' | ||
|
||
[96mtsconfig.json[0m:[93m36[0m:[93m5[0m | ||
[7m36[0m ".next/types/**/*.ts" | ||
[7m [0m [96m ~~~~~~~~~~~~~~~~~~~~~[0m | ||
File is matched by include pattern specified here. | ||
|
||
[91merror[0m[90m TS6053: [0mFile '/home/ag/code/www/.next/types/app/(more)/nsfw/page.ts' not found. | ||
The file is in the program because: | ||
Matched by include pattern '.next/types/**/*.ts' in '/home/ag/code/www/tsconfig.json' | ||
|
||
[96mtsconfig.json[0m:[93m36[0m:[93m5[0m | ||
[7m36[0m ".next/types/**/*.ts" | ||
[7m [0m [96m ~~~~~~~~~~~~~~~~~~~~~[0m | ||
File is matched by include pattern specified here. | ||
|
||
[91merror[0m[90m TS6053: [0mFile '/home/ag/code/www/.next/types/app/(more)/papers/page.ts' not found. | ||
The file is in the program because: | ||
Matched by include pattern '.next/types/**/*.ts' in '/home/ag/code/www/tsconfig.json' | ||
|
||
[96mtsconfig.json[0m:[93m36[0m:[93m5[0m | ||
[7m36[0m ".next/types/**/*.ts" | ||
[7m [0m [96m ~~~~~~~~~~~~~~~~~~~~~[0m | ||
File is matched by include pattern specified here. | ||
|
||
[91merror[0m[90m TS6053: [0mFile '/home/ag/code/www/.next/types/app/(more)/stats/page.ts' not found. | ||
The file is in the program because: | ||
Matched by include pattern '.next/types/**/*.ts' in '/home/ag/code/www/tsconfig.json' | ||
|
||
[96mtsconfig.json[0m:[93m36[0m:[93m5[0m | ||
[7m36[0m ".next/types/**/*.ts" | ||
[7m [0m [96m ~~~~~~~~~~~~~~~~~~~~~[0m | ||
File is matched by include pattern specified here. | ||
|
||
[91merror[0m[90m TS6053: [0mFile '/home/ag/code/www/.next/types/app/(more)/uses/page.ts' not found. | ||
The file is in the program because: | ||
Matched by include pattern '.next/types/**/*.ts' in '/home/ag/code/www/tsconfig.json' | ||
|
||
[96mtsconfig.json[0m:[93m36[0m:[93m5[0m | ||
[7m36[0m ".next/types/**/*.ts" | ||
[7m [0m [96m ~~~~~~~~~~~~~~~~~~~~~[0m | ||
File is matched by include pattern specified here. | ||
|
||
[91merror[0m[90m TS6053: [0mFile '/home/ag/code/www/.next/types/app/(more)/work/page.ts' not found. | ||
The file is in the program because: | ||
Matched by include pattern '.next/types/**/*.ts' in '/home/ag/code/www/tsconfig.json' | ||
|
||
[96mtsconfig.json[0m:[93m36[0m:[93m5[0m | ||
[7m36[0m ".next/types/**/*.ts" | ||
[7m [0m [96m ~~~~~~~~~~~~~~~~~~~~~[0m | ||
File is matched by include pattern specified here. | ||
|
||
[91merror[0m[90m TS6053: [0mFile '/home/ag/code/www/.next/types/app/admin/page.ts' not found. | ||
The file is in the program because: | ||
Matched by include pattern '.next/types/**/*.ts' in '/home/ag/code/www/tsconfig.json' | ||
|
||
[96mtsconfig.json[0m:[93m36[0m:[93m5[0m | ||
[7m36[0m ".next/types/**/*.ts" | ||
[7m [0m [96m ~~~~~~~~~~~~~~~~~~~~~[0m | ||
File is matched by include pattern specified here. | ||
|
||
[91merror[0m[90m TS6053: [0mFile '/home/ag/code/www/.next/types/app/api/discord/route.ts' not found. | ||
The file is in the program because: | ||
Matched by include pattern '.next/types/**/*.ts' in '/home/ag/code/www/tsconfig.json' | ||
|
||
[96mtsconfig.json[0m:[93m36[0m:[93m5[0m | ||
[7m36[0m ".next/types/**/*.ts" | ||
[7m [0m [96m ~~~~~~~~~~~~~~~~~~~~~[0m | ||
File is matched by include pattern specified here. | ||
|
||
[91merror[0m[90m TS6053: [0mFile '/home/ag/code/www/.next/types/app/api/lastfm/latest/route.ts' not found. | ||
The file is in the program because: | ||
Matched by include pattern '.next/types/**/*.ts' in '/home/ag/code/www/tsconfig.json' | ||
|
||
[96mtsconfig.json[0m:[93m36[0m:[93m5[0m | ||
[7m36[0m ".next/types/**/*.ts" | ||
[7m [0m [96m ~~~~~~~~~~~~~~~~~~~~~[0m | ||
File is matched by include pattern specified here. | ||
|
||
[91merror[0m[90m TS6053: [0mFile '/home/ag/code/www/.next/types/app/api/letterboxd/latest/route.ts' not found. | ||
The file is in the program because: | ||
Matched by include pattern '.next/types/**/*.ts' in '/home/ag/code/www/tsconfig.json' | ||
|
||
[96mtsconfig.json[0m:[93m36[0m:[93m5[0m | ||
[7m36[0m ".next/types/**/*.ts" | ||
[7m [0m [96m ~~~~~~~~~~~~~~~~~~~~~[0m | ||
File is matched by include pattern specified here. | ||
|
||
[91merror[0m[90m TS6053: [0mFile '/home/ag/code/www/.next/types/app/api/og/route.ts' not found. | ||
The file is in the program because: | ||
Matched by include pattern '.next/types/**/*.ts' in '/home/ag/code/www/tsconfig.json' | ||
|
||
[96mtsconfig.json[0m:[93m36[0m:[93m5[0m | ||
[7m36[0m ".next/types/**/*.ts" | ||
[7m [0m [96m ~~~~~~~~~~~~~~~~~~~~~[0m | ||
File is matched by include pattern specified here. | ||
|
||
[91merror[0m[90m TS6053: [0mFile '/home/ag/code/www/.next/types/app/notes/[slug]/page.ts' not found. | ||
The file is in the program because: | ||
Matched by include pattern '.next/types/**/*.ts' in '/home/ag/code/www/tsconfig.json' | ||
|
||
[96mtsconfig.json[0m:[93m36[0m:[93m5[0m | ||
[7m36[0m ".next/types/**/*.ts" | ||
[7m [0m [96m ~~~~~~~~~~~~~~~~~~~~~[0m | ||
File is matched by include pattern specified here. | ||
|
||
[91merror[0m[90m TS6053: [0mFile '/home/ag/code/www/.next/types/app/notes/page.ts' not found. | ||
The file is in the program because: | ||
Matched by include pattern '.next/types/**/*.ts' in '/home/ag/code/www/tsconfig.json' | ||
|
||
[96mtsconfig.json[0m:[93m36[0m:[93m5[0m | ||
[7m36[0m ".next/types/**/*.ts" | ||
[7m [0m [96m ~~~~~~~~~~~~~~~~~~~~~[0m | ||
File is matched by include pattern specified here. | ||
|
||
[91merror[0m[90m TS6053: [0mFile '/home/ag/code/www/.next/types/app/page.ts' not found. | ||
The file is in the program because: | ||
Matched by include pattern '.next/types/**/*.ts' in '/home/ag/code/www/tsconfig.json' | ||
|
||
[96mtsconfig.json[0m:[93m36[0m:[93m5[0m | ||
[7m36[0m ".next/types/**/*.ts" | ||
[7m [0m [96m ~~~~~~~~~~~~~~~~~~~~~[0m | ||
File is matched by include pattern specified here. | ||
|
||
[91merror[0m[90m TS6053: [0mFile '/home/ag/code/www/.next/types/app/rss.xml/route.ts' not found. | ||
The file is in the program because: | ||
Matched by include pattern '.next/types/**/*.ts' in '/home/ag/code/www/tsconfig.json' | ||
|
||
[96mtsconfig.json[0m:[93m36[0m:[93m5[0m | ||
[7m36[0m ".next/types/**/*.ts" | ||
[7m [0m [96m ~~~~~~~~~~~~~~~~~~~~~[0m | ||
File is matched by include pattern specified here. | ||
|
||
|
||
Found 19 errors. | ||
|
||
[41m[30m ELIFECYCLE [39m[49m [31mCommand failed with exit code 1.[39m |
Oops, something went wrong.