Skip to content

Commit 2b605f6

Browse files
committed
chore: wip
1 parent 2a95f62 commit 2b605f6

File tree

6 files changed

+11
-36
lines changed

6 files changed

+11
-36
lines changed

bun.lock

+3
Original file line numberDiff line numberDiff line change
@@ -1270,6 +1270,7 @@
12701270
"@stacksjs/development": "workspace:*",
12711271
"@stacksjs/router": "workspace:*",
12721272
"@unhead/vue": "^1.11.18",
1273+
"bun-plugin-unocss": "^0.1.1",
12731274
"pinia": "^2.3.1",
12741275
"unhead": "^1.11.18",
12751276
"unocss": "65.4.3",
@@ -3100,6 +3101,8 @@
31003101

31013102
"bun-plugin-env": ["[email protected]", "", {}, "sha512-g0CNc7eVw+W8zPQDWccRI8wVNMdeYAURVxWFNAFteWfJaGW7dPkvjug/uB0R0yq7VRkscAYIQzwoGA3SkaQz5A=="],
31023103

3104+
"bun-plugin-unocss": ["[email protected]", "", {}, "sha512-9dSwUg3vg9Nqk+tMKxFjtcGUh03Zhrolp8AaBoJhTV1lEUKyrZqYcNkPdpGCx2sCjx169+dQhPJFIZkFkdOgbw=="],
3105+
31033106
"bun-plugin-yml": ["[email protected]", "", {}, "sha512-qRy6wNIU+VuwNYmiWvpTuq4MJAvP6emXcHCetE3YDdObaywL4rI+3gATUq3TTWWBqCO9NvQGWRfgLl+BOfQQ0A=="],
31043107

31053108
"bun-types": ["[email protected]", "", { "dependencies": { "@types/node": "*", "@types/ws": "~8.5.10" } }, "sha512-RCbMH5elr9gjgDGDhkTTugA21XtJAy/9jkKe/G3WR2q17VPGhcquf9Sir6uay9iW+7P/BV0CAHA1XlHXMAVKHg=="],

bunfig.toml

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# preload these modules before running bun
2-
preload = [ "./storage/framework/defaults/plugins/preloader.ts" ]
2+
preload = [ "./resources/plugins/preloader.ts" ]
33

44
[test]
55
preload = [ "./tests/setup.ts" ]
@@ -70,3 +70,6 @@ save = true
7070
[run]
7171
# equivalent to `bun --bun` for all `bun run` commands
7272
bun = true
73+
74+
[serve.static]
75+
plugins = [ "bun-plugin-tailwind" ]

pkgx.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010

1111
dependencies:
1212
aws.amazon.com/cli: ^2.22.26
13-
bun.sh: ^1.2.0
13+
bun.sh: ^1.2.2
1414
info-zip.org/zip: ^3.0
1515
info-zip.org/unzip: ^6.0
16-
mailpit.axllent.org: ^1.21.8
17-
redis.io: ^7.4.1
16+
# mailpit.axllent.org: ^1.21.8
17+
# redis.io: ^7.4.1
1818
sqlite.org: ^3.47.2
1919
nodejs.org: ^22.12.0 # only temporarily needed until bun & vue-tsc issue is resolved
2020
# openjdk.org: ^21.0.3.6

storage/framework/core/ui/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@
6666
"@stacksjs/development": "workspace:*",
6767
"@stacksjs/router": "workspace:*",
6868
"@unhead/vue": "^1.11.18",
69+
"bun-plugin-unocss": "^0.1.1",
6970
"pinia": "^2.3.1",
7071
"unhead": "^1.11.18",
7172
"unocss": "65.4.3",

storage/framework/defaults/plugins/vite.ts

-32
This file was deleted.

0 commit comments

Comments
 (0)