diff --git a/.github/workflows/dev_cicd.yml b/.github/workflows/dev_cicd.yml index d710cdf..791c590 100644 --- a/.github/workflows/dev_cicd.yml +++ b/.github/workflows/dev_cicd.yml @@ -24,7 +24,7 @@ jobs: - name: Create env file run: | touch .env - echo REACT_APP_API_ENDPOINT=${{ secrets.AWS_S3_ENDPOINT }} >> .env + echo VITE_APP_SERVER_PORT=${{ secrets.AWS_S3_ENDPOINT }} >> .env cat .env - name: npm Install run: | diff --git a/tsconfig.json b/tsconfig.json index 6fc60cb..aa95c74 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -28,10 +28,10 @@ }, /* Linting */ - "strict": true, - "noUnusedLocals": true, - "noUnusedParameters": true, - "noFallthroughCasesInSwitch": true +// "strict": true, +// "noUnusedLocals": true, +// "noUnusedParameters": true, +// "noFallthroughCasesInSwitch": true }, "include": ["src"],