Skip to content

Commit

Permalink
chore: update lock
Browse files Browse the repository at this point in the history
  • Loading branch information
atinux committed Feb 18, 2024
1 parent 859eecc commit 9fedc8b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 32 deletions.
1 change: 1 addition & 0 deletions modules/hub/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ export default defineNuxtModule<ModuleOptions>({

if (hub.projectUrl && !hub.local) {
await $fetch('/api/_hub/', {
method: 'HEAD',
baseURL: hub.projectUrl,
headers: {
authorization: `Bearer ${hub.projectSecretKey || hub.userToken}`
Expand Down
32 changes: 0 additions & 32 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9fedc8b

Please sign in to comment.