瀏覽代碼

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

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
VANELLOPE\tomoyuki-t 3 月之前
父節點
當前提交
974ea47a91
共有 1 個文件被更改,包括 0 次插入1 次删除
  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';