Front: EAS: Fix project slug
This commit is contained in:
+2
-2
@@ -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
|
||||
|
||||
|
||||
@@ -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
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"expo": {
|
||||
"name": "Chromacase",
|
||||
"slug": "chromacase",
|
||||
"slug": "Chromacase",
|
||||
"version": "1.0.0",
|
||||
"orientation": "portrait",
|
||||
"icon": "./assets/icon.png",
|
||||
|
||||
Reference in New Issue
Block a user