Explorar o código

chore: add playground three dedupe again vite.config.ts

Alvaro Saburido %!s(int64=2) %!d(string=hai) anos
pai
achega
c5d19bc76a
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      playground/vite.config.ts

+ 1 - 0
playground/vite.config.ts

@@ -36,5 +36,6 @@ export default defineConfig({
       '@tresjs/core': resolve(__dirname, '../src/index.ts'),
       '@tresjs/core': resolve(__dirname, '../src/index.ts'),
       '/@': resolve(__dirname, '../src'),
       '/@': resolve(__dirname, '../src'),
     },
     },
+    dedupe: ['three'],
   },
   },
 })
 })