Skip to content

Commit

Permalink
chore: rename local data to local storage
Browse files Browse the repository at this point in the history
  • Loading branch information
atinux committed Feb 29, 2024
1 parent a554c47 commit ab7e216
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/module/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ export default defineNuxtModule<ModuleOptions>({
logger.info(`Remote storage available: ${Object.keys(manifest.storage).filter(k => manifest.storage[k]).map(k => `\`${k}\``).join(', ')} `)
return
} else {
log.info('Using local data from `.data/hub`')
log.info('Using local storage from `.data/hub`')
}

// Local development without remote connection
Expand Down

0 comments on commit ab7e216

Please sign in to comment.