Ver código fonte

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

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
VANELLOPE\tomoyuki-t 3 meses atrás
pai
commit
974ea47a91
1 arquivos alterados com 0 adições e 1 exclusões
  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';