Skip to content

Commit

Permalink
Merge pull request #100 from varun-raj/main
Browse files Browse the repository at this point in the history
End of year updates
  • Loading branch information
varun-raj authored Dec 30, 2024
2 parents 7639de9 + a9038da commit 95c40fa
Show file tree
Hide file tree
Showing 52 changed files with 16,396 additions and 4,370 deletions.
9 changes: 8 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
{
"extends": "next/core-web-vitals"
"extends": "next/core-web-vitals",
"plugins": ["@remotion"],
"overrides": [
{
"files": ["remotion/*.{ts,tsx}"],
"extends": ["plugin:@remotion/recommended"]
}
]
}
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: ci
on:
push:
branches:
- main
- release

jobs:
release:
Expand Down
Binary file modified bun.lockb
Binary file not shown.
Loading

0 comments on commit 95c40fa

Please sign in to comment.