diff --git a/nuxt.config.ts b/nuxt.config.ts index 5a526d39..0d2d8707 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -72,5 +72,9 @@ export default defineNuxtConfig({ }, }, + sourcemap: { + client: true, + }, + compatibilityDate: '2024-08-31', })