fix: corriger la syntaxe CSS et mettre à jour le hash généré par Wrangler

This commit is contained in:
2025-12-18 10:43:55 +01:00
parent 7c799b7206
commit 33aee7fd62
2 changed files with 14 additions and 11 deletions

View File

@@ -1,7 +1,10 @@
/* eslint-disable */
// Generated by Wrangler by running `wrangler types` (hash: b230e84b72630c8509fa363326a6bb1d)
// Generated by Wrangler by running `wrangler types` (hash: 62d6edfcbe10d837218cb1a518a9ad0a)
// Runtime types generated with workerd@1.20251213.0 2025-12-13 nodejs_compat
declare namespace Cloudflare {
interface GlobalProps {
mainModule: typeof import("./.output/server/index");
}
interface Env {
CACHE: KVNamespace;
NUXT_PUBLIC_I18N_BASE_URL: string;