aboutsummaryrefslogtreecommitdiff
path: root/integration/bunjs-only-snippets/toml-fixture.toml
diff options
context:
space:
mode:
authorGravatar Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> 2022-06-22 23:21:48 -0700
committerGravatar Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> 2022-06-22 23:21:48 -0700
commit729d445b6885f69dd2c6355f38707bd42851c791 (patch)
treef87a7c408929ea3f57bbb7ace380cf869da83c0e /integration/bunjs-only-snippets/toml-fixture.toml
parent25f820c6bf1d8ec6d444ef579cc036b8c0607b75 (diff)
downloadbun-jarred/rename.tar.gz
bun-jarred/rename.tar.zst
bun-jarred/rename.zip
change the directory structurejarred/rename
Diffstat (limited to 'integration/bunjs-only-snippets/toml-fixture.toml')
-rw-r--r--integration/bunjs-only-snippets/toml-fixture.toml39
1 files changed, 0 insertions, 39 deletions
diff --git a/integration/bunjs-only-snippets/toml-fixture.toml b/integration/bunjs-only-snippets/toml-fixture.toml
deleted file mode 100644
index 090563ef7..000000000
--- a/integration/bunjs-only-snippets/toml-fixture.toml
+++ /dev/null
@@ -1,39 +0,0 @@
-
-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"