fix(cli): comment isolated linker in bunfig.toml when native-nativewind

is selected
This commit is contained in:
Aman Varshney
2025-08-05 14:12:48 +05:30
parent c8260d7517
commit ad1d28ff28
10 changed files with 203 additions and 271 deletions

View File

@@ -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;