Skip to content

Commit 67720ce

Browse files
atinuxlarbish
andcommitted
chore: add module meta
Co-Authored-By: Baptiste Leproux <[email protected]>
1 parent d1e732b commit 67720ce

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/module/src/module.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ import fsDriver from 'unstorage/drivers/fs'
66
import { createStorage } from 'unstorage'
77
import type { ViteDevServer } from 'vite'
88
import { getAssetsStorageDevTemplate, getAssetsStorageTemplate } from './templates'
9+
import { version } from '../../../package.json'
910

1011
interface ModuleOptions {
1112
/**
@@ -77,6 +78,8 @@ export default defineNuxtModule<ModuleOptions>({
7778
meta: {
7879
name: 'nuxt-studio',
7980
configKey: 'studio',
81+
version,
82+
docs: 'https://content.nuxt.com/studio'
8083
},
8184
defaults: {
8285
route: '/_studio',

0 commit comments

Comments
 (0)