Skip to content

Commit 2c9005e

Browse files
committed
chore: wip
1 parent 27a08dc commit 2c9005e

File tree

5 files changed

+4
-43
lines changed

5 files changed

+4
-43
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,4 @@ generated/*
2929
resources/assets/fonts/*.woff
3030
resources/assets/fonts/*.woff2
3131
stacks.log
32+
/pantry_modules

config/launchpad.ts

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

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@
5555
"stx": "./buddy"
5656
},
5757
"dependencies": {
58-
"bunfig": "^0.15.6",
5958
"stacks": "workspace:*"
6059
},
6160
"workspaces": [

storage/framework/core/config/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
"devDependencies": {
3636
"@stacksjs/alias": "workspace:*",
3737
"@stacksjs/development": "workspace:*",
38-
"@stacksjs/types": "workspace:*"
38+
"@stacksjs/types": "workspace:*",
39+
"bunfig": "^0.15.6"
3940
}
4041
}

storage/framework/defaults/ide/dictionary.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ brotli
3535
browserslist
3636
bumpp
3737
bundleconfig
38+
bunfig
3839
bunnel
3940
bunx
4041
bunx --bun

0 commit comments

Comments
 (0)