Explorar o código

fix(core): remove unused path import in vite config

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
VANELLOPE\tomoyuki-t hai 1 mes
pai
achega
974ea47a91
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      packages/core/vite.config.ts

+ 0 - 1
packages/core/vite.config.ts

@@ -1,4 +1,3 @@
-import path from 'node:path';
 import glob from 'glob';
 import { nodeExternals } from 'rollup-plugin-node-externals';
 import { defineConfig } from 'vite';