Skip to content

Commit dc1d8b4

Browse files
committed
chore: wip
1 parent ca6d23d commit dc1d8b4

File tree

30 files changed

+3860
-648
lines changed

30 files changed

+3860
-648
lines changed

.gitignore

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,4 @@ custom-cli
2828
generated/*
2929
resources/assets/fonts/*.woff
3030
resources/assets/fonts/*.woff2
31-
storage/framework/api/storage/logs/stacks.log
32-
storage/framework/core/storage/logs/stacks.log
33-
storage/framework/core/cms/storage/logs/stacks.log
34-
storage/framework/orm/src/tests/storage/logs/stacks.log
35-
storage/framework/core/commerce/storage/logs/stacks.log
36-
storage/framework/views/dashboard/storage/logs/stacks.log
37-
storage/framework/core/commerce/src/tests/storage/logs/stacks.log
31+
stacks.log

storage/framework/pkgx.yaml renamed to deps.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,11 @@
1010

1111
dependencies:
1212
aws.amazon.com/cli: ^2.22.26
13-
bun.sh: ^1.2.5
13+
bun.sh: ^1.3.0
1414
info-zip.org/zip: ^3.0
1515
info-zip.org/unzip: ^6.0
1616
# mailpit.axllent.org: ^1.21.8
1717
# redis.io: ^7.4.1
1818
sqlite.org: ^3.47.2
19-
nodejs.org: ^22.12.0 # only temporarily needed until bun & vue-tsc issue is resolved
2019
# openjdk.org: ^21.0.3.6
2120
# rust-lang.org: ^1.74.1
File renamed without changes.
File renamed without changes.
File renamed without changes.

package.json

Lines changed: 1 addition & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -55,35 +55,14 @@
5555
"stx": "./buddy"
5656
},
5757
"dependencies": {
58-
"bun-plugin-dotenvx": "^0.6.4",
59-
"bun-plugin-yml": "^0.3.1",
6058
"bunfig": "^0.15.6",
6159
"stacks": "workspace:*"
6260
},
63-
"config": {
64-
"commitizen": {
65-
"path": "./node_modules/cz-git"
66-
}
67-
},
6861
"workspaces": [
69-
"storage/framework",
70-
"storage/framework/core",
71-
"storage/framework/core/*",
72-
"storage/framework/core/bun-create/*",
73-
"storage/framework/core/components/*",
74-
"storage/framework/docs",
75-
"storage/framework/email",
76-
"storage/framework/libs/*",
77-
"storage/framework/libs/functions",
78-
"storage/framework/libs/components/*",
79-
"storage/framework/views/*",
80-
"storage/framework/server"
62+
"storage/framework/**"
8163
],
8264
"devDependencies": {
8365
"buddy-bot": "0.9.4",
8466
"typescript": "5.9.2"
85-
},
86-
"overrides": {
87-
"unconfig": "0.3.10"
8867
}
8968
}

resources/assets/README.md

Lines changed: 0 additions & 28 deletions
This file was deleted.

0 commit comments

Comments
 (0)