Front: EAS: Fix project slug

This commit is contained in:
Arthur Jamet
2023-10-01 11:21:20 +02:00
parent bcb0825f5a
commit 0081eb2acd
3 changed files with 3 additions and 36 deletions
+2 -2
View File
@@ -13,9 +13,9 @@ RUN expo install
COPY . .
ARG API_URL
ENV API_URL=$API_URL
ENV EXPO_PUBLIC_API_URL=$API_URL
ARG SCORO_URL
ENV SCORO_URL=$SCORO_URL
ENV EXPO_PUBLIC_API_URL=$SCORO_URL
RUN yarn tsc && expo build:web
-33
View File
@@ -1,33 +0,0 @@
module.exports = {
name: 'Chromacase',
slug: 'Chromacase',
version: '1.0.0',
orientation: 'portrait',
icon: './assets/icon.png',
userInterfaceStyle: 'light',
splash: {
image: './assets/splash.png',
resizeMode: 'contain',
backgroundColor: '#ffffff',
},
updates: {
fallbackToCacheTimeout: 0,
},
assetBundlePatterns: ['**/*'],
ios: {
supportsTablet: true,
},
android: {
package: 'build.apk',
},
web: {
favicon: './assets/favicon.png',
},
extra: {
apiUrl: process.env.API_URL,
scoroUrl: process.env.SCORO_URL,
eas: {
projectId: 'dade8e5e-3e2c-49f7-98c5-cf8834c7ebb2',
},
},
};
+1 -1
View File
@@ -1,7 +1,7 @@
{
"expo": {
"name": "Chromacase",
"slug": "chromacase",
"slug": "Chromacase",
"version": "1.0.0",
"orientation": "portrait",
"icon": "./assets/icon.png",