Skip to content

Commit 69f60a0

Browse files
[autofix.ci] apply automated fixes
1 parent acd62f0 commit 69f60a0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"@nuxt/module-builder": "^0.7.1",
6363
"@nuxt/schema": "^3.12.2",
6464
"@nuxt/test-utils": "^3.13.1",
65-
"@nuxthub/core": "link:.",
65+
"@nuxthub/core": "https://pkg.pr.new/nuxt-hub/core/@nuxthub/core@acd62f0",
6666
"@types/node": "^20.14.2",
6767
"changelogen": "^0.5.5",
6868
"eslint": "^9.5.0",

src/utils/wrangler.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ export function generateWrangler(hub: { kv: boolean, database: boolean, blob: bo
4545
if (hub.vectorize) {
4646
wrangler['vectorize'] = [{
4747
binding: 'VECTORIZE',
48-
index_name: 'default',
48+
index_name: 'default'
4949
}]
5050
}
5151

0 commit comments

Comments
 (0)