mirror of
https://github.com/ArthurDanjou/artmcp.git
synced 2026-01-14 14:54:22 +01:00
fix: mettre à jour la configuration de la base de données et supprimer les options de timeline dans devtools
This commit is contained in:
@@ -10,10 +10,6 @@ export default defineNuxtConfig({
|
|||||||
|
|
||||||
devtools: {
|
devtools: {
|
||||||
enabled: true,
|
enabled: true,
|
||||||
|
|
||||||
timeline: {
|
|
||||||
enabled: true
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
|
|
||||||
runtimeConfig: {
|
runtimeConfig: {
|
||||||
@@ -60,7 +56,10 @@ export default defineNuxtConfig({
|
|||||||
|
|
||||||
hub: {
|
hub: {
|
||||||
cache: true,
|
cache: true,
|
||||||
db: 'sqlite'
|
db: {
|
||||||
|
dialect: 'sqlite',
|
||||||
|
driver: 'd1',
|
||||||
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
eslint: {
|
eslint: {
|
||||||
|
|||||||
5
worker-configuration.d.ts
vendored
5
worker-configuration.d.ts
vendored
@@ -1,10 +1,7 @@
|
|||||||
/* eslint-disable */
|
/* eslint-disable */
|
||||||
// Generated by Wrangler by running `wrangler types` (hash: 0679b0b4949d6d526c66ca50f454ef26)
|
// Generated by Wrangler by running `wrangler types` (hash: 4ffc2e39cf9c8dc235ec80f2b29fba21)
|
||||||
// Runtime types generated with workerd@1.20251213.0 2025-12-13
|
// Runtime types generated with workerd@1.20251213.0 2025-12-13
|
||||||
declare namespace Cloudflare {
|
declare namespace Cloudflare {
|
||||||
interface GlobalProps {
|
|
||||||
mainModule: typeof import("./.output/server/index");
|
|
||||||
}
|
|
||||||
interface Env {
|
interface Env {
|
||||||
CACHE: KVNamespace;
|
CACHE: KVNamespace;
|
||||||
NUXT_DISCORD_ID: string;
|
NUXT_DISCORD_ID: string;
|
||||||
|
|||||||
Reference in New Issue
Block a user