Skip to content

Commit ed5151d

Browse files
committed
chore: wip
chore: wip
1 parent b4a12b0 commit ed5151d

File tree

6 files changed

+10
-4
lines changed

6 files changed

+10
-4
lines changed

bun.lockb

-20.3 KB
Binary file not shown.

bunfig.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
[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+
27
# set default registry as a string
38
registry = { url = "https://registry.npmjs.org" }
49

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{}

storage/framework/core/raycast/src/index.ts

Whitespace-only changes.

storage/framework/views/dashboard/src/views/index.stx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ import BaseModal from '../components/Modals/BaseModal.stx'
6565
<div class="mx-auto max-w-7xl">
6666
<div>
6767
<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
6969
</h2>
7070
</div>
7171
<ul
@@ -278,7 +278,7 @@ import BaseModal from '../components/Modals/BaseModal.stx'
278278
<div class="mx-auto max-w-2xl lg:mx-0 lg:max-w-none">
279279
<div class="flex items-center justify-between">
280280
<h2 class="text-base font-semibold leading-7 text-gray-900 dark:text-gray-100">
281-
Stacks Apps
281+
Other Stacks
282282
</h2>
283283
</div>
284284
<ul

storage/framework/views/desktop/src/pages/index.stx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ import BaseModal from '../components/Modals/BaseModal.stx'
6565
<div class="mx-auto max-w-7xl">
6666
<div>
6767
<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
6969
</h2>
7070
</div>
7171
<ul
@@ -278,7 +278,7 @@ import BaseModal from '../components/Modals/BaseModal.stx'
278278
<div class="mx-auto max-w-2xl lg:mx-0 lg:max-w-none">
279279
<div class="flex items-center justify-between">
280280
<h2 class="text-base font-semibold leading-7 text-gray-900 dark:text-gray-100">
281-
Stacks Apps
281+
Other Stacks
282282
</h2>
283283
</div>
284284
<ul

0 commit comments

Comments
 (0)