We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Bun
rawstr4c
1 parent 1754a1a commit 9213e86Copy full SHA for 9213e86
src/recipe/lang/Node.js/Bun.c
@@ -30,8 +30,7 @@ pl_nodejs_bun_setsrc (char *option)
30
// 用的是 npm Registry 的源
31
chsrc_yield_source (pl_nodejs_group);
32
33
- char *content = "[install]\n"
34
- "registry = \"@url@\"\n";
+ char *content = RAWSTR_pl_nodejs_bun_config;
35
36
content = xy_str_gsub (content, "@url@", source.url);
37
src/recipe/lang/rawstr4c.md
@@ -19,6 +19,23 @@
19
20
21
22
+## Node.js
23
+
24
+- namespace = `nodejs`
25
26
+### Bun
27
28
+- name = `bun_config`
29
+```toml
+[install]
+registry = "@url@"
+```
+<br>
38
39
## Java
40
41
- namespace = `java`
0 commit comments