-
Notifications
You must be signed in to change notification settings - Fork 122
Expand file tree
/
Copy pathbunfig.toml
More file actions
59 lines (59 loc) · 1.86 KB
/
Copy pathbunfig.toml
File metadata and controls
59 lines (59 loc) · 1.86 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
[install]
minimumReleaseAge = 259200
minimumReleaseAgeExcludes = [
"@opentui/core",
"@opentui/core-darwin-arm64",
"@opentui/core-darwin-x64",
"@opentui/core-linux-x64",
"@opentui/core-linux-arm64",
"@opentui/core-linux-x64-musl",
"@opentui/core-linux-arm64-musl",
"@opentui/core-win32-x64",
"@opentui/core-win32-arm64",
"@distilled.cloud/aws",
"@distilled.cloud/axiom",
"@distilled.cloud/cloudflare-rolldown-plugin",
"@distilled.cloud/cloudflare-rolldown-plugin",
"@distilled.cloud/cloudflare-runtime",
"@distilled.cloud/cloudflare-runtime",
"@distilled.cloud/cloudflare-vite-plugin",
"@distilled.cloud/cloudflare-vite-plugin",
"@distilled.cloud/cloudflare",
"@distilled.cloud/core",
"@distilled.cloud/neon",
"@distilled.cloud/planetscale",
"effect",
"fast-check",
"foldkit",
"@foldkit/vite-plugin",
"@effect/platform-browser",
"@effect/atom-react",
"@effect/language-service",
"@effect/platform-bun",
"@effect/platform-node-shared",
"@effect/platform-node",
"@effect/sql-d1",
"@effect/sql-pg",
"@effect/vitest",
"typescript",
"@typescript/typescript-win32-x64",
"@typescript/typescript-win32-arm64",
"@typescript/typescript-linux-x64",
"@typescript/typescript-linux-arm",
"@typescript/typescript-linux-arm64",
"@typescript/typescript-darwin-x64",
"@typescript/typescript-darwin-arm64",
"@typescript/typescript-aix-ppc64",
"@typescript/typescript-freebsd-arm64",
"@typescript/typescript-freebsd-x64",
"@typescript/typescript-linux-loong64",
"@typescript/typescript-linux-mips64el",
"@typescript/typescript-linux-ppc64",
"@typescript/typescript-linux-riscv64",
"@typescript/typescript-linux-s390x",
"@typescript/typescript-netbsd-arm64",
"@typescript/typescript-netbsd-x64",
"@typescript/typescript-openbsd-arm64",
"@typescript/typescript-openbsd-x64",
"@typescript/typescript-sunos-x64",
]