Skip to content

Commit dbe537a

Browse files
committed
chore: wip
1 parent aefc519 commit dbe537a

File tree

852 files changed

+2947
-2973
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

852 files changed

+2947
-2973
lines changed

.github/labeler.yml

Lines changed: 55 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -56,180 +56,180 @@ web:
5656
- ./storage/framework/core/views/web/**
5757

5858
actions:
59-
- 'storage/framework/core/src/actions/**'
59+
- 'storage/framework/core/actions/**'
6060

6161
ai:
62-
- 'storage/framework/core/src/ai/**'
62+
- 'storage/framework/core/ai/**'
6363

6464
alias:
65-
- 'storage/framework/core/src/alias/**'
65+
- 'storage/framework/core/alias/**'
6666

6767
analytics:
68-
- 'storage/framework/core/src/analytics/**'
68+
- 'storage/framework/core/analytics/**'
6969

7070
arrays:
71-
- 'storage/framework/core/src/utils/arrays/**'
71+
- 'storage/framework/core/utils/arrays/**'
7272

7373
auth:
74-
- 'storage/framework/core/src/auth/**'
74+
- 'storage/framework/core/auth/**'
7575

7676
buddy:
77-
- 'storage/framework/core/src/buddy/**'
77+
- 'storage/framework/core/buddy/**'
7878

7979
build:
80-
- 'storage/framework/core/src/build/**'
80+
- 'storage/framework/core/build/**'
8181

8282
cache:
83-
- 'storage/framework/core/src/cache/**'
83+
- 'storage/framework/core/cache/**'
8484

8585
chat:
86-
- 'storage/framework/core/src/notifications/chat/**'
86+
- 'storage/framework/core/notifications/chat/**'
8787

8888
cli:
89-
- 'storage/framework/core/src/cli/**'
89+
- 'storage/framework/core/cli/**'
9090
- app/Commands/**
9191

9292
cloud:
93-
- 'storage/framework/core/src/cloud/**'
93+
- 'storage/framework/core/cloud/**'
9494

9595
collections:
96-
- 'storage/framework/core/src/utils/collections/**'
96+
- 'storage/framework/core/utils/collections/**'
9797

9898
config:
99-
- 'storage/framework/core/src/config/**'
99+
- 'storage/framework/core/config/**'
100100
- config/**
101101

102102
database:
103-
- 'storage/framework/core/src/database/**'
103+
- 'storage/framework/core/database/**'
104104

105105
datetime:
106-
- 'storage/framework/core/src/utils/datetime/**'
106+
- 'storage/framework/core/utils/datetime/**'
107107

108108
desktop:
109-
- 'storage/framework/core/src/desktop/**'
109+
- 'storage/framework/core/desktop/**'
110110
- ./storage/framework/core/views/desktop/**
111111

112112
development:
113-
- 'storage/framework/core/src/development/**'
113+
- 'storage/framework/core/development/**'
114114

115115
dns:
116-
- 'storage/framework/core/src/dns/**'
116+
- 'storage/framework/core/dns/**'
117117

118118
docs:
119-
- 'storage/framework/core/src/docs/**'
119+
- 'storage/framework/core/docs/**'
120120
- 'storage/framework/docs/**'
121121
- docs/**
122122
- config/docs.ts
123123

124124
email:
125-
- 'storage/framework/core/src/notifications/email/**'
125+
- 'storage/framework/core/notifications/email/**'
126126

127127
error-handling:
128-
- 'storage/framework/core/src/error-handling/**'
128+
- 'storage/framework/core/error-handling/**'
129129

130130
events:
131-
- 'storage/framework/core/src/events/**'
131+
- 'storage/framework/core/events/**'
132132
- app/Events/**
133133

134134
faker:
135-
- 'storage/framework/core/src/faker/**'
135+
- 'storage/framework/core/faker/**'
136136

137137
git:
138-
- 'storage/framework/core/src/utils/git/**'
138+
- 'storage/framework/core/utils/git/**'
139139

140140
health:
141-
- 'storage/framework/core/src/health/**'
141+
- 'storage/framework/core/health/**'
142142

143143
lint:
144-
- 'storage/framework/core/src/lint/**'
144+
- 'storage/framework/core/lint/**'
145145

146146
logging:
147-
- 'storage/framework/core/src/logging/**'
147+
- 'storage/framework/core/logging/**'
148148

149149
modules:
150-
- 'storage/framework/core/src/modules/**'
150+
- 'storage/framework/core/modules/**'
151151

152152
notifications:
153-
- 'storage/framework/core/src/notifications/**'
153+
- 'storage/framework/core/notifications/**'
154154
- app/Notifications/**
155155

156156
objects:
157-
- 'storage/framework/core/src/utils/objects/**'
157+
- 'storage/framework/core/utils/objects/**'
158158

159159
orm:
160-
- 'storage/framework/core/src/orm/**'
160+
- 'storage/framework/core/orm/**'
161161

162162
pages:
163-
- 'storage/framework/core/src/pages/**'
163+
- 'storage/framework/core/pages/**'
164164

165165
path:
166-
- 'storage/framework/core/src/path/**'
166+
- 'storage/framework/core/path/**'
167167

168168
payments:
169-
- 'storage/framework/core/src/payments/**'
169+
- 'storage/framework/core/payments/**'
170170

171171
push:
172-
- 'storage/framework/core/src/notifications/push/**'
172+
- 'storage/framework/core/notifications/push/**'
173173

174174
query-builder:
175-
- 'storage/framework/core/src/query-builder/**'
175+
- 'storage/framework/core/query-builder/**'
176176

177177
queue:
178-
- 'storage/framework/core/src/queue/**'
178+
- 'storage/framework/core/queue/**'
179179

180180
real-time:
181-
- 'storage/framework/core/src/real-time/**'
181+
- 'storage/framework/core/real-time/**'
182182

183183
repl:
184-
- 'storage/framework/core/src/repl/**'
184+
- 'storage/framework/core/repl/**'
185185

186186
router:
187-
- 'storage/framework/core/src/router/**'
187+
- 'storage/framework/core/router/**'
188188

189189
scheduler:
190-
- 'storage/framework/core/src/scheduler/**'
190+
- 'storage/framework/core/scheduler/**'
191191

192192
search-engine:
193-
- 'storage/framework/core/src/search-engine/**'
193+
- 'storage/framework/core/search-engine/**'
194194

195195
security:
196-
- 'storage/framework/core/src/security/**'
196+
- 'storage/framework/core/security/**'
197197

198198
server:
199-
- 'storage/framework/core/src/server/**'
199+
- 'storage/framework/core/server/**'
200200

201201
signals:
202-
- 'storage/framework/core/src/signals/**'
202+
- 'storage/framework/core/signals/**'
203203

204204
slug:
205-
- 'storage/framework/core/src/slug/**'
205+
- 'storage/framework/core/slug/**'
206206

207207
sms:
208-
- 'storage/framework/core/src/notifications/sms/**'
208+
- 'storage/framework/core/notifications/sms/**'
209209

210210
storage:
211211
- storage/**
212212

213213
strings:
214-
- 'storage/framework/core/src/utils/strings/**'
214+
- 'storage/framework/core/utils/strings/**'
215215

216216
testing:
217-
- 'storage/framework/core/src/testing/**'
217+
- 'storage/framework/core/testing/**'
218218

219219
tinker:
220-
- 'storage/framework/core/src/tinker/**'
220+
- 'storage/framework/core/tinker/**'
221221

222222
types:
223-
- 'storage/framework/core/src/types/**'
223+
- 'storage/framework/core/types/**'
224224

225225
ui:
226-
- 'storage/framework/core/src/ui/**'
226+
- 'storage/framework/core/ui/**'
227227

228228
utils:
229-
- 'storage/framework/core/src/utils/**'
229+
- 'storage/framework/core/utils/**'
230230

231231
validation:
232-
- 'storage/framework/core/src/validation/**'
232+
- 'storage/framework/core/validation/**'
233233

234234
app:
235235
- app/**

.github/workflows/export-size.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ jobs:
2525
# - uses: antfu/export-size-action@v1
2626
# with:
2727
# github_token: ${{ secrets.GITHUB_TOKEN }}
28-
# paths: ./storage/framework/core/src/actions,./storage/framework/core/src/ai,./storage/framework/core/src/alias,./storage/framework/core/src/analytics,./storage/framework/core/src/arrays,./storage/framework/core/src/auth,./storage/framework/core/src/buddy,./storage/framework/core/src/build,./storage/framework/core/src/cache,./storage/framework/core/src/cli,./storage/framework/core/src/cloud,./storage/framework/core/src/collections,./storage/framework/core/src/config,./storage/framework/core/src/database,./storage/framework/core/src/development,./storage/framework/core/src/dns,./storage/framework/core/src/docs,./storage/framework/core/src/email,./storage/framework/core/src/error-handling,./storage/framework/core/src/events,./storage/framework/core/src/git,./storage/framework/core/src/health,./storage/framework/core/src/logging,./storage/framework/core/src/lint,./storage/framework/core/src/modules,./storage/framework/core/src/notifications,./storage/framework/core/src/objects,./storage/framework/core/src/orm,./storage/framework/core/src/pages,./storage/framework/core/src/path,./storage/framework/core/src/query-builder,./storage/framework/core/src/payments,./storage/framework/core/src/push,./storage/framework/core/src/realtime,./storage/framework/core/src/repl,./storage/framework/core/src/router,./storage/framework/core/src/scheduler,./storage/framework/core/src/search-engine,./storage/framework/core/src/security,./storage/framework/core/src/server,./storage/framework/core/src/signals,./storage/framework/core/src/slug,./storage/framework/core/src/sms,./storage/framework/core/src/storage,./storage/framework/core/src/strings,./storage/framework/core/src/testing,./storage/framework/core/src/tinker,./storage/framework/core/src/types,./storage/framework/core/src/ui,./storage/framework/core/src/utils,./storage/framework/core/src/validation,./storage/framework/core/src/vite-plugin
28+
# paths: ./storage/framework/core/actions,./storage/framework/core/ai,./storage/framework/core/alias,./storage/framework/core/analytics,./storage/framework/core/arrays,./storage/framework/core/auth,./storage/framework/core/buddy,./storage/framework/core/build,./storage/framework/core/cache,./storage/framework/core/cli,./storage/framework/core/cloud,./storage/framework/core/collections,./storage/framework/core/config,./storage/framework/core/database,./storage/framework/core/development,./storage/framework/core/dns,./storage/framework/core/docs,./storage/framework/core/email,./storage/framework/core/error-handling,./storage/framework/core/events,./storage/framework/core/git,./storage/framework/core/health,./storage/framework/core/logging,./storage/framework/core/lint,./storage/framework/core/modules,./storage/framework/core/notifications,./storage/framework/core/objects,./storage/framework/core/orm,./storage/framework/core/pages,./storage/framework/core/path,./storage/framework/core/query-builder,./storage/framework/core/payments,./storage/framework/core/push,./storage/framework/core/realtime,./storage/framework/core/repl,./storage/framework/core/router,./storage/framework/core/scheduler,./storage/framework/core/search-engine,./storage/framework/core/security,./storage/framework/core/server,./storage/framework/core/signals,./storage/framework/core/slug,./storage/framework/core/sms,./storage/framework/core/storage,./storage/framework/core/strings,./storage/framework/core/testing,./storage/framework/core/tinker,./storage/framework/core/types,./storage/framework/core/ui,./storage/framework/core/utils,./storage/framework/core/validation,./storage/framework/core/vite-plugin
2929
# build_script: pnpm --filter=./storage/framework/core build

buddy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
#!/usr/bin/env bun
2-
import('./storage/framework/core/src/buddy/src/cli')
2+
import('./storage/framework/core/buddy/src/cli')

bun.lockb

-26.1 KB
Binary file not shown.

bunfig.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@ savePath = "bun.lockb"
4747

4848
# whether to save the lockfile to disk
4949
save = true
50-
preload = [ "./storage/framework/core/src/bun-plugin-yaml/src/index.ts" ]
50+
preload = [ "./storage/framework/core/bun-plugin-yaml/src/index.ts" ]

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"Chris Breuer <chris@stacksjs.org>"
2020
],
2121
"scripts": {
22-
"buddy": "bun --bun ./storage/framework/core/src/buddy/src/cli.ts",
22+
"buddy": "bun --bun ./storage/framework/core/buddy/src/cli.ts",
2323
"stacks": "bun run buddy",
2424
"setup": "./storage/framework/core/scripts/setup.sh",
2525
"fresh": "bun run buddy fresh",
@@ -110,8 +110,8 @@
110110
"storage/framework",
111111
"storage/framework/libs/*",
112112
"storage/framework/views/*",
113-
"storage/framework/core/src/*",
114-
"storage/framework/core/src/cloud/src/server",
115-
"storage/framework/core/src/bun-create/*"
113+
"storage/framework/core/*",
114+
"storage/framework/core/cloud/src/server",
115+
"storage/framework/core/bun-create/*"
116116
]
117117
}

storage/framework/buddy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
#!/usr/bin/env bun
2-
import('./core/src/buddy/src/cli')
2+
import('./core/buddy/src/cli')

storage/framework/core/src/actions/package.json renamed to storage/framework/core/actions/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
"author": "Chris Breuer",
77
"license": "MIT",
88
"funding": "https://github.com/sponsors/chrisbbreuer",
9-
"homepage": "https://github.com/stacksjs/stacks/tree/main/storage/framework/core/src/actions#readme",
9+
"homepage": "https://github.com/stacksjs/stacks/tree/main/storage/framework/core/actions#readme",
1010
"repository": {
1111
"type": "git",
1212
"url": "git+https://github.com/stacksjs/stacks.git",
13-
"directory": "./storage/framework/core/src/actions"
13+
"directory": "./storage/framework/core/actions"
1414
},
1515
"bugs": {
1616
"url": "https://github.com/stacksjs/stacks/issues"

0 commit comments

Comments
 (0)