mirror of
https://github.com/FranP-code/create-better-t-stack.git
synced 2025-10-12 23:52:15 +00:00
fix(cli): comment isolated linker in bunfig.toml when native-nativewind
is selected
This commit is contained in:
@@ -16,7 +16,6 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@better-t-stack/backend": "workspace:*",
|
||||
"@better-t-stack/types": "workspace:*",
|
||||
"@erquhart/convex-oss-stats": "^0.8.1",
|
||||
"@number-flow/react": "^0.5.10",
|
||||
"@opennextjs/cloudflare": "^1.6.3",
|
||||
|
||||
@@ -14,7 +14,7 @@ import {
|
||||
PackageManagerSchema,
|
||||
RuntimeSchema,
|
||||
WebDeploySchema,
|
||||
} from "@better-t-stack/types";
|
||||
} from "../../cli/src/types";
|
||||
|
||||
const DATABASE_VALUES = DatabaseSchema.options;
|
||||
const ORM_VALUES = ORMSchema.options;
|
||||
|
||||
Reference in New Issue
Block a user