create-better-t-stack 3.4.0 → 3.4.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cli.js +1 -1
- package/dist/index.js +1 -1
- package/dist/{src-oHcpd_LW.js → src-_EdtPnBT.js} +1 -1
- package/package.json +1 -1
package/dist/cli.js
CHANGED
package/dist/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
import { a as router, i as init, n as createBtsCli, o as sponsors, r as docs, t as builder } from "./src-
|
|
2
|
+
import { a as router, i as init, n as createBtsCli, o as sponsors, r as docs, t as builder } from "./src-_EdtPnBT.js";
|
|
3
3
|
|
|
4
4
|
export { builder, createBtsCli, docs, init, router, sponsors };
|
|
@@ -977,7 +977,7 @@ async function getFrontendChoice(frontendOptions, backend, auth) {
|
|
|
977
977
|
{
|
|
978
978
|
value: "native-uniwind",
|
|
979
979
|
label: "Uniwind",
|
|
980
|
-
hint: "
|
|
980
|
+
hint: "Fastest Tailwind bindings for React Native with HeroUI Native"
|
|
981
981
|
},
|
|
982
982
|
{
|
|
983
983
|
value: "native-unistyles",
|
package/package.json
CHANGED