浏览代码

test headers

Olivier Massot 1 年之前
父节点
当前提交
29cc44af23
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      nuxt.config.ts

+ 1 - 1
nuxt.config.ts

@@ -148,7 +148,7 @@ export default defineNuxtConfig({
   },
   vite: {
     esbuild: {
-      drop: process.env.DEBUG ? [] : ['console', 'debugger'],
+      // drop: process.env.DEBUG ? [] : ['console', 'debugger'],
       tsconfigRaw: {
         compilerOptions: {
           experimentalDecorators: true,