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.
- package/dist/index.js +2 -1
- 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:")}
|
|
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