Skip to content

Commit 06d4f48

Browse files
committed
fix: better glob
1 parent 22c071c commit 06d4f48

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

apps/converter-frontend/pages/authors.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ import { VStack } from '../components/stack/stack'
88
import qs from 'querystring'
99

1010
function AuthorPage() {
11-
// props: AuthorPageProps
1211
const { data: session, status } = useSession()
1312
if (status !== 'authenticated') {
1413
return (

vercel.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"functions": {
33
"api/style.rb": {
4-
"includeFiles": "Gemfile*|api/style.rb"
4+
"includeFiles": "+(Gemfile*|api/style.rb)"
55
}
66
}
77
}

0 commit comments

Comments
 (0)