File tree Expand file tree Collapse file tree 6 files changed +10
-4
lines changed Expand file tree Collapse file tree 6 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 1
1
[install ]
2
+ # To configure Bun's package auto-install behavior.
3
+ # Default "auto" — when no node_modules folder is found, Bun
4
+ # will automatically install dependencies on the fly during execution.
5
+ auto = true
6
+
2
7
# set default registry as a string
3
8
registry = { url = " https://registry.npmjs.org" }
4
9
Original file line number Diff line number Diff line change
1
+ {}
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ import BaseModal from '../components/Modals/BaseModal.stx'
65
65
<div class="mx-auto max-w-7xl">
66
66
<div>
67
67
<h2 class="mx-auto max-w-2xl text-base font-semibold leading-6 text-gray-900 dark:text-gray-100 lg:mx-0 lg:max-w-none dark:text-gray-100">
68
- Recent Deploys
68
+ Recent Deployments
69
69
</h2>
70
70
</div>
71
71
<ul
@@ -278,7 +278,7 @@ import BaseModal from '../components/Modals/BaseModal.stx'
278
278
<div class="mx-auto max-w-2xl lg:mx-0 lg:max-w-none">
279
279
<div class="flex items-center justify-between">
280
280
<h2 class="text-base font-semibold leading-7 text-gray-900 dark:text-gray-100">
281
- Stacks Apps
281
+ Other Stacks
282
282
</h2>
283
283
</div>
284
284
<ul
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ import BaseModal from '../components/Modals/BaseModal.stx'
65
65
<div class="mx-auto max-w-7xl">
66
66
<div>
67
67
<h2 class="mx-auto max-w-2xl text-base font-semibold leading-6 text-gray-900 dark:text-gray-100 lg:mx-0 lg:max-w-none dark:text-gray-100">
68
- Recent Deploys
68
+ Recent Deployments
69
69
</h2>
70
70
</div>
71
71
<ul
@@ -278,7 +278,7 @@ import BaseModal from '../components/Modals/BaseModal.stx'
278
278
<div class="mx-auto max-w-2xl lg:mx-0 lg:max-w-none">
279
279
<div class="flex items-center justify-between">
280
280
<h2 class="text-base font-semibold leading-7 text-gray-900 dark:text-gray-100">
281
- Stacks Apps
281
+ Other Stacks
282
282
</h2>
283
283
</div>
284
284
<ul
You can’t perform that action at this time.
0 commit comments