-
Notifications
You must be signed in to change notification settings - Fork 7
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
1 parent
55aa7f4
commit 1403856
Showing
9 changed files
with
88 additions
and
193 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
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
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
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
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 |
---|---|---|
|
@@ -16,7 +16,7 @@ | |
"db:rs": "bun run ./apps/web/src/db/rust.ts", | ||
"typecheck": "tsc -b", | ||
"lint": "biome lint .", | ||
"fix": "biome lint --config-path biome.fix.json --apply . || biome format --write .", | ||
"fix": "biome lint --config-path biome.json --apply . && biome format --write . && biome check . --apply", | ||
"format": "biome format --write .", | ||
"prepare": "husky" | ||
}, | ||
|
@@ -42,12 +42,12 @@ | |
"pnpm": { | ||
"patchedDependencies": { | ||
"@solidjs/[email protected]": "patches/@[email protected]", | ||
"@tanstack/[email protected]": "patches/@[email protected]", | ||
"[email protected]": "patches/[email protected]", | ||
"@react-email/[email protected]": "patches/@[email protected]", | ||
"[email protected]": "patches/[email protected]", | ||
"@solid-mediakit/[email protected]": "patches/@[email protected]", | ||
"@solidjs/[email protected]": "patches/@[email protected]" | ||
"@solidjs/[email protected]": "patches/@[email protected]", | ||
"@tanstack/[email protected]": "patches/@[email protected]" | ||
} | ||
} | ||
} |
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
This file was deleted.
Oops, something went wrong.
Binary file not shown.
Oops, something went wrong.