mirror of
https://github.com/ArthurDanjou/artmcp.git
synced 2026-01-14 14:54:22 +01:00
feat: ajouter la gestion des contacts et des hobbies avec des ressources associées
This commit is contained in:
@@ -12,8 +12,21 @@ export default defineNuxtConfig({
|
||||
runtimeConfig: {
|
||||
public: {
|
||||
helloText: 'Hello from the Edge 👋'
|
||||
},
|
||||
discord: {
|
||||
userId: '',
|
||||
id: '',
|
||||
token: ''
|
||||
},
|
||||
wakatime: {
|
||||
userId: '',
|
||||
coding: '',
|
||||
editors: '',
|
||||
languages: '',
|
||||
os: ''
|
||||
}
|
||||
},
|
||||
|
||||
future: { compatibilityVersion: 4 },
|
||||
compatibilityDate: '2025-11-12',
|
||||
|
||||
|
||||
Reference in New Issue
Block a user