create-better-t-stack 1.4.3 → 1.4.4

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.
Files changed (2) hide show
  1. package/dist/index.js +2 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -142,7 +142,8 @@ ${M?`
142
142
  ${M.trim()}`:""}${v?`
143
143
  ${v.trim()}`:""}${g?`
144
144
  ${g.trim()}`:""}${C?`
145
- ${C.trim()}`:""}`,"Next steps")}function Kt(){return`${y.yellow("NOTE:")} If the Expo app cannot connect to the server, update the EXPO_PUBLIC_SERVER_URL in apps/native/.env to use your local IP address instead of localhost:
145
+ ${C.trim()}`:""}`,"Next steps")}function Kt(){return`${y.yellow("NOTE:")} For Expo connectivity issues, update apps/native/.env
146
+ with your local IP:
146
147
  EXPO_PUBLIC_SERVER_URL=http://192.168.0.103:3000
147
148
  `}function Xt(e){return`${y.bold(`
148
149
  Linting and formatting:`)}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-better-t-stack",
3
- "version": "1.4.3",
3
+ "version": "1.4.4",
4
4
  "description": "A modern CLI tool for scaffolding end-to-end type-safe TypeScript projects with best practices and customizable configurations",
5
5
  "type": "module",
6
6
  "license": "MIT",