mirror of
https://github.com/FranP-code/create-better-t-stack.git
synced 2025-10-12 23:52:15 +00:00
convert web to static export
This commit is contained in:
@@ -4,6 +4,9 @@
|
||||
"scripts": {
|
||||
"build": "turbo build",
|
||||
"dev": "turbo dev",
|
||||
"build:web": "turbo run build --filter=web",
|
||||
"build:web:cloudflare": "bun install && bun run build:web",
|
||||
"build:cli": "turbo run build --filter=cli",
|
||||
"check": "turbo check",
|
||||
"prepare": "husky",
|
||||
"publish-packages": "turbo run build && changeset publish"
|
||||
@@ -20,7 +23,7 @@
|
||||
"*": ["biome check --write ."]
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=18"
|
||||
"node": ">=20"
|
||||
},
|
||||
"packageManager": "bun@1.2.2",
|
||||
"workspaces": ["apps/*"]
|
||||
|
||||
Reference in New Issue
Block a user