mirror of
https://github.com/ArthurDanjou/artmcp.git
synced 2026-01-14 14:54:22 +01:00
Ajout de la configuration de nuxt-studio et mise à jour des dépendances dans package.json et bun.lock
This commit is contained in:
@@ -4,7 +4,8 @@ export default defineNuxtConfig({
|
||||
'@nuxthub/core',
|
||||
'@nuxt/eslint',
|
||||
'@nuxt/content',
|
||||
'@nuxtjs/mcp-toolkit'
|
||||
'@nuxtjs/mcp-toolkit',
|
||||
'nuxt-studio'
|
||||
],
|
||||
|
||||
devtools: {
|
||||
@@ -65,5 +66,15 @@ export default defineNuxtConfig({
|
||||
mcp: {
|
||||
name: 'ArtMCP',
|
||||
version: '1.0.0'
|
||||
},
|
||||
|
||||
studio: {
|
||||
// Git repository configuration (owner and repo are required)
|
||||
repository: {
|
||||
provider: 'github', // 'github' or 'gitlab'
|
||||
owner: 'arthurdanjou', // your GitHub/GitLab username or organization
|
||||
repo: 'artmcp', // your repository name
|
||||
branch: 'master' // the branch to commit to (default: 'main')
|
||||
}
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user