This commit is contained in:
Ren Amamiya 2023-09-19 15:59:50 +07:00
parent 824aa8fa28
commit d84e97b0d4
3 changed files with 6348 additions and 2 deletions

1
.gitignore vendored
View File

@ -14,7 +14,6 @@ out
*.local *.local
.next .next
.vscode .vscode
pnpm-lock.yaml
*.db *.db
*.db-journal *.db-journal
bun.lockb bun.lockb

View File

@ -1,4 +1,4 @@
#!/usr/bin/env sh #!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh" . "$(dirname -- "$0")/_/husky.sh"
pnpm run lint-staged pnpm exec lint-staged

6347
pnpm-lock.yaml Normal file

File diff suppressed because it is too large Load Diff