From 49e41c41852b02dcdf2dc24856d89fbd69443edf Mon Sep 17 00:00:00 2001 From: Eric Bolikowski Date: Mon, 12 Feb 2024 19:39:14 +0100 Subject: [PATCH] hotfix: revert files commited by mistake --- .env.development | 6 ++---- .vscode/settings.json | 4 +--- 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/.env.development b/.env.development index 32988833b..13f51800e 100644 --- a/.env.development +++ b/.env.development @@ -1,5 +1,3 @@ NODE_ENV=development -#NX_API_URL=http://localhost:3003/api -#NX_S3_UPLOAD_SIGN_URL=http://localhost:3003/s3/sign -NX_API_URL=https://connect-api.redi-school.org/api -NX_S3_UPLOAD_SIGN_URL=https://connect-api.redi-school.org/s3/sign \ No newline at end of file +NX_API_URL=http://localhost:3003/api +NX_S3_UPLOAD_SIGN_URL=http://localhost:3003/s3/sign \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json index 6e838fb24..ddc9ac195 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -14,9 +14,7 @@ } ] }, - "editor.codeActionsOnSave": { - "source.organizeImports": "explicit" - }, + "editor.codeActionsOnSave": { "source.organizeImports": true }, "explorer.fileNesting.patterns": { "*.ts": "${capture}.js, ${capture}.typegen.ts, ${capture}.graphql, ${capture}.generated.ts", "*.js": "${capture}.js.map, ${capture}.min.js, ${capture}.d.ts",