aboutsummaryrefslogtreecommitdiff
path: root/integration/bunjs-only-snippets/toml-fixture.toml
blob: 090563ef76c8ea6c23e4e86bfce6c178de644b26 (plain) (blame)
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

framework = "next"
origin = "http://localhost:5000"
inline.array = [1234, 4, 5, 6]


[macros]
react-relay = { "graphql" = "node_modules/bun-macro-relay/bun-macro-relay.tsx" }

[install.scopes]
"@mybigcompany2" = { "token" = "123456", "url" = "https://registry.mybigcompany.com" }
"@mybigcompany3" = { "token" = "123456", "url" = "https://registry.mybigcompany.com", "three" = 4 }


[install.scopes."@mybigcompany"]
token = "123456"
url = "https://registry.mybigcompany.com"

[bundle.packages]
"@emotion/react" = true


[dev]
foo = 123
"foo.bar" = "baz"
"abba.baba" = "baba"
dabba = -123
doo = 123.456
one.two.three = 4

[[array]]
entry_one = "one"
entry_two = "two"

[[array]]
entry_one = "three"

[[array.nested]]
entry_one = "four"