mirror of
https://github.com/zoriya/v10.git
synced 2026-08-05 21:57:29 +00:00
fix(build): resolve link-aliases root from repo root (#1501)
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
import { existsSync, symlinkSync } from 'node:fs';
|
||||
import { resolve } from 'node:path';
|
||||
|
||||
const root = resolve(import.meta.dirname, '..');
|
||||
const root = resolve(import.meta.dirname, '../..');
|
||||
|
||||
const aliases = [
|
||||
{ target: '.claude', path: '.opencode', type: 'junction' },
|
||||
|
||||
Reference in New Issue
Block a user