Skip to content

Commit 3f8d55a

Browse files
committed
fix: update .prettierignore and .gitignore for expo directory; modify tsconfig to include nativewind-env.d.ts
1 parent 9e6e2e6 commit 3f8d55a

4 files changed

Lines changed: 8 additions & 2 deletions

File tree

.prettierignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ pnpm-lock.yaml
1919
# Mobile native (generated by expo prebuild)
2020
apps/mobile/ios
2121
apps/mobile/android
22+
apps/mobile/.expo
2223

2324
# Turbo
2425
.turbo

apps/livekit/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ COPY livekit.yaml /etc/livekit.yaml
1414
COPY docker-entrypoint.sh /docker-entrypoint.sh
1515
USER root
1616
RUN chmod +x /docker-entrypoint.sh
17-
USER livekit
1817

1918
# WebSocket signaling (HTTP)
2019
EXPOSE 7880/tcp

apps/mobile/.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,9 @@ android/
1212
web-build/
1313
.env
1414
.env.local
15+
16+
# @generated expo-cli sync-2b81b286409207a5da26e14c78851eb30d8ccbdb
17+
# The following patterns were generated by expo-cli
18+
19+
expo-env.d.ts
20+
# @end expo-cli

apps/mobile/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88
"@/*": ["./src/*"]
99
}
1010
},
11-
"include": ["**/*.ts", "**/*.tsx", ".expo/types/**/*.ts", "expo-env.d.ts"]
11+
"include": ["**/*.ts", "**/*.tsx", ".expo/types/**/*.ts", "expo-env.d.ts", "nativewind-env.d.ts"]
1212
}

0 commit comments

Comments
 (0)