Skip to content

Commit 536bc7c

Browse files
committed
chore: wip
1 parent d3ab396 commit 536bc7c

File tree

2 files changed

+22
-12
lines changed

2 files changed

+22
-12
lines changed

bun.lockb

-28.7 KB
Binary file not shown.

package.json

Lines changed: 22 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"version": "0.0.0",
55
"private": true,
66
"description": "Your project description",
7-
"author": "Chris Breuer",
7+
"author": "your-name <your-email>",
88
"license": "MIT",
99
"funding": "https://github.com/sponsors/chrisbbreuer",
1010
"homepage": "https://github.com/stacksjs/stacks#readme",
@@ -21,13 +21,14 @@
2121
"scripts": {
2222
"buddy": "bun --bun .stacks/core/buddy/src/cli.ts",
2323
"stacks": "bun run buddy",
24+
"setup": "./.stacks/scripts/setup.sh",
2425
"fresh": "bun run buddy fresh",
2526
"clean": "bun run buddy clean",
26-
"update": "bun run buddy update",
27-
"update:dependencies": "bun run buddy update:dependencies",
28-
"update:framework": "bun run buddy update:framework",
29-
"update:package-manager": "bun run buddy update:package-manager",
30-
"update:node": "bun run buddy update:node",
27+
"upgrade": "bun run buddy upgrade",
28+
"upgrade:dependencies": "bun run buddy update:dependencies",
29+
"upgrade:framework": "bun run buddy update:framework",
30+
"upgrade:package-manager": "bun run buddy update:package-manager",
31+
"upgrade:bun": "bun run buddy update:node",
3132
"dev": "bun run buddy dev",
3233
"dev:components": "bun run buddy dev:components",
3334
"dev:desktop": "bun run buddy dev:desktop",
@@ -41,21 +42,20 @@
4142
"build:web-components": "bun run buddy build:web-components",
4243
"build:functions": "bun run buddy build:functions // needs to have option to ",
4344
"build:docs": "bun run buddy build:docs",
44-
"build:pages": "bun run buddy build:pages // needs to auto-generate server",
4545
"build:stacks": "bun run buddy build:stacks",
4646
"prod": "bun run buddy build",
4747
"prod:components": "bun run buddy build:components",
4848
"prod:vue-components": "bun run buddy build:web-components",
4949
"prod:web-components": "bun run buddy build:web-components",
5050
"prod:functions": "bun run buddy build:functions // needs to have option to ",
5151
"prod:docs": "bun run buddy build:docs",
52-
"prod:pages": "bun run buddy build:pages // needs to auto-generate server",
52+
"prod:views": "bun run buddy build:views",
5353
"prod:stacks": "bun run buddy build:stacks",
5454
"prod:all": "bun run buddy build:all",
5555
"production": "bun run buddy build",
5656
"deploy": "bun run buddy deploy",
5757
"deploy:functions": "bun run buddy deploy:functions",
58-
"deploy:pages": "bun run buddy deploy:functions",
58+
"deploy:views": "bun run buddy deploy:functions",
5959
"deploy:docs": "bun run buddy deploy:docs",
6060
"deploy:all": "bun run buddy deploy:all",
6161
"example": "bun run buddy example",
@@ -65,7 +65,7 @@
6565
"lint:stacks": "bun run buddy lint:stacks",
6666
"lint:fix": "bun run buddy lint:fix",
6767
"serve": "bun run buddy serve",
68-
"serve:pages": "bun run buddy serve:pages",
68+
"serve:views": "bun run buddy serve:views",
6969
"serve:functions": "bun run buddy serve:functions",
7070
"make": "bun run buddy make",
7171
"make:component": "bun run buddy make:component",
@@ -98,7 +98,6 @@
9898
"stx": "bun run buddy"
9999
},
100100
"dependencies": {
101-
"pg": "^8.11.3",
102101
"stacks": "workspace:*"
103102
},
104103
"lint-staged": {
@@ -108,5 +107,16 @@
108107
"commitizen": {
109108
"path": ".stacks/node_modules/cz-git"
110109
}
111-
}
110+
},
111+
"workspaces": [
112+
".stacks/core/*",
113+
".stacks/docs/*",
114+
".stacks/fonts/*",
115+
".stacks/ide/*",
116+
".stacks/scripts/*",
117+
".stacks/stacks/*",
118+
".stacks/vcs/*",
119+
".stacks",
120+
"storage/framework/*"
121+
]
112122
}

0 commit comments

Comments
 (0)