Fix group target

This commit is contained in:
Aoran Zeng
2025-08-10 20:14:30 +08:00
parent 827a26951b
commit 915dbe1477
12 changed files with 37 additions and 31 deletions

View File

@@ -50,7 +50,7 @@ void
pl_js_bun_setsrc (char *option)
{
// 用的是 npm Registry 的源
chsrc_yield_source (pl_js_group);
Source_t source = chsrc_yield_source_and_confirm (pl_js_group_target, option);
char *content = RAWSTR_pl_js_bun_config;