mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-28 04:32:35 -07:00
chore: add vitest alias for core/src
This commit is contained in:
@@ -14,6 +14,7 @@ const dirname = fileURLToPath(new URL('.', import.meta.url));
|
||||
export default defineConfig({
|
||||
resolve: {
|
||||
alias: {
|
||||
'@google/gemini-cli-core/src': path.resolve(dirname, '../core/src'),
|
||||
'@google/gemini-cli-core': path.resolve(dirname, '../core/dist/index.js'),
|
||||
'@google/gemini-cli-test-utils': path.resolve(
|
||||
dirname,
|
||||
|
||||
Reference in New Issue
Block a user