File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -26,10 +26,9 @@ COPY . /code/
2626# See "schema" field in "./env.ts"
2727ENV APP_TITLE=BySubina
2828ENV APP_ENVIRONMENT=development
29- ENV APP_GRAPHQL_DOMAIN=https://by-subina.com/graphql/
29+ ENV APP_GRAPHQL_DOMAIN=https://by-subina.com
3030ENV APP_SENTRY_DSN=Dummy
3131
32-
3332# NOTE: These are set directly in `vite.config.ts`
3433# We're using raw web-app-serve placeholder values here to treat them as dynamic values
3534ENV APP_UMAMI_ID=WEB_APP_SERVE_PLACEHOLDER__APP_UMAMI_ID
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ export default defineConfig({
1818 validator : 'builtin' ,
1919 schema : {
2020 APP_TITLE : Schema . string ( ) ,
21- APP_ENVIRONMENT : ( key , value ) => {
21+ APP_ENVIRONMENT : ( key : string , value : string ) => {
2222 // NOTE: APP_ENVIRONMENT_PLACEHOLDER is meant to be used with image builds
2323 // The value will be later replaced with the actual value
2424 const regex = / ^ p r o d u c t i o n | s t a g i n g | t e s t i n g | a l p h a - \d + | d e v e l o p m e n t | A P P _ E N V I R O N M E N T _ P L A C E H O L D E R $ / ;
You can’t perform that action at this time.
0 commit comments